| Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Even though the diff in the libmpv2 crate is quite big, it really only
added `unsafe` blocks to the `unsafe` functions.
|
|
|
|
|
|
|
|
|
|
This allows us to avoid all these ad-hoc command escaping `format!`
invocations.
|
|
Additionally, this commits migrates the error away from `thiserror`,
simply because the crate is not needed at this scale.
|
|
|
|
|
|
|
|
|
|
The tests are just not in an ideal state right now. Running them via
`cargo test` still works, but the `yt_dlp` test simply seem to deadlock?
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|