jwiesler
jwiesler
Hey, I forked the sys crate and the ffmpeg-next crate and merged most of the current merge requests of both crates. If you have no problem with using a non...
Hey, I forked the [sys crate](https://github.com/jwiesler/rust-ffmpeg) and the [ffmpeg-next crate](https://github.com/jwiesler/rust-ffmpeg-sys) and merged most of the current merge requests of both crates (including yours). If you have no problem with using...
I'd like to switch to the original crate but since they are so out of sync I don't really want to switch right now. Furthermore, the issue you mentioned is...
Why is this still not merged? :(
Hey, I forked the [sys crate](https://github.com/jwiesler/rust-ffmpeg) and the [ffmpeg-next crate](https://github.com/jwiesler/rust-ffmpeg-sys) and merged most of the current merge requests of both crates. If you have no problem with using a non...
Observations: * I omitted auto derived impls and blanket impls, which brought down the api json file from 25mb to 7mb * `cargo public-api diff` does not work, I couldn't...
This is a proof of concept for cargo public api, we need to talk about what to integrate (I'd favor the job instead of the test). It'd also be great...
Sure! I'll just do it right now.
@arlyon as far as I remember this has one problem: The ci token of actions that run from a commiter that is not a collaborator has severly reduced permissions and...
I fixed it. Can't merge it though since tokio-hyper doesn't compile on the current nightly (seems to me)