Commit Graph

8 Commits

Author SHA1 Message Date
c4b77dd198 Change rust edition from 2021 -> 2024
Some checks failed
Build and test / build (push) Successful in 54s
Build and test / check (push) Successful in 55s
Build and test / docs (push) Successful in 1m24s
Build and test / test (push) Failing after 2m9s
2025-12-15 09:52:24 +09:00
81479d2f64 MpvError: add copy of command for better context
All checks were successful
Build and test / test (push) Successful in 2m13s
Build and test / build (push) Successful in 10m26s
Build and test / docs (push) Successful in 11m19s
Build and test / check (push) Successful in 10m27s
2024-12-12 16:36:42 +01:00
eb81d7c463 reuse property_parser for highlevel api, add more highlevel functions 2024-05-04 23:01:17 +02:00
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
e044246cba fixup: fmt + clippy 2024-05-04 00:23:02 +02:00
cb0921144d rework error messages 2024-05-03 22:29:25 +02:00
64bf743c6c clean: add docstrings, move a few things around 2024-05-01 22:22:45 +02:00
7e20ff9b56 api: split into several files 2024-04-30 17:39:33 +02:00