Ralf Biedert
Ralf Biedert
The following changes I'd like to land in 0.15, help wanted - [ ] Infer `prefix` in `#[ffi_service]` and make it optional - [ ] Add sample how to use...
I tried using your lib to parse some H.264 stream. Let's say I have these NALs:  And I have a function which splits them into NAL units like so...
The `README` says: > Note that rustup target add only installs the Rust standard library for a given target. There are typically other tools necessary to cross-compile, particularly a linker....
Right now the project looks dead on Github since there wasn't any activity on master for ~1 year, for most code parts even ~2 years. That makes it hard to...
Hi, thanks for WS! Would it be possible to derive `Eq` for `Sender`? Issue #163 already implemented `PartialEq`, but I'd like to store senders as keys in `HashMap`, which requires...
I just realized that I can actually `Rename` local variables, which is really cool. That made me wonder how many other _IDE_ features could easily be done. On the very...
The IDEs have a "Comment with Line Comment" action, which is available as a keybinding:  It would be great if the plugin supported this by toggling a line prefix...
Apparently `tabu` [perma-broke](https://github.com/tabu-issues-for-future-maintainer/tabu) in a recent LaTeX release. Since we rely heavily on it, the "best" solution is to build with an old (2018) environment ...
**Describe the problem you are trying to solve** Twice now I have observed people spending 1hrs+ debugging cross compilation issues just to find out `~/.cargo/config.toml` was misnamed: - `~/.cargo/config` -...