Commit Graph

6 Commits

Author SHA1 Message Date
Oystein Kristoffer Tveit 778599cb37
cargo fmt + clippy
Build and test / build (push) Successful in 1m53s Details
Build and test / check (push) Successful in 1m55s Details
Build and test / docs (push) Successful in 4m9s Details
Build and test / test (push) Successful in 4m6s Details
2024-08-03 16:35:15 +02:00
Oystein Kristoffer Tveit 3574c55664
rename project from `mpvipc` to `mpvipc-async` 2024-08-03 16:27:11 +02:00
Oystein Kristoffer Tveit 93366593c7
Allow a few more highlevel types to be nullable 2024-08-03 15:38:46 +02:00
Oystein Kristoffer Tveit 650507e680
add support for parsing playlists as events + more
This brings several changes with it:

- `Mpv::get_property` now returns `Option`s in case `data` is
  nonexistent. There could be cases where this is different from
  `MpvDataType::Null` and `MpvDataType::MinusOne`.

- `MpvError` now implements `PartialEq`
2024-05-04 18:45:32 +02:00
Oystein Kristoffer Tveit e044246cba
fixup: fmt + clippy 2024-05-04 00:23:02 +02:00
Oystein Kristoffer Tveit 3a04cd14f1
restructure test directory 2024-05-04 00:23:01 +02:00