-
The vast majority of the older versions have been yanked: https://crates.io/crates/rmp-serde/versions. Surely they don't all have critical vulnerabilities that warrant this?
I can obviously use a l…
-
This crate needs some major fixes around nested enums and ~~support for human-readable flag~~, but I don't have time to implement them.
I can keep the lights on and merge pull requests and make rel…
-
Fluentd v0.14 implements `EventTime` extension type: https://github.com/fluent/fluentd/wiki/Forward-Protocol-Specification-v1#eventtime-ext-format
Is there way to handle this on rmp-serialize crate?
-
## Problem
We currently have a number of dependencies for which we pull in different versions of the same crate as dependencies in our `cargo tree` have conflicting semver requirements. This causes …
-
I feel like this should be documented somewhere, if you happen to send some bytes that matches the header of yaque, then the queue may cease to function. Happened when I tried to get some messagepack …
-
I have a strange issue, when I add ffmpeg-next to Cargo.toml then I can't compile my project. I want to add the ffmpeg feature to a project that uses OpenCV features. Not only that, but I tested all v…
-
### Bug Description
sqlx 0.8.0
After using 0.8.0, there's an opposite of this problem: https://github.com/launchbadge/sqlx/issues/2689
### Minimal Reproduction
```Cargo.toml
sqlx = { versio…
-
i realize you don't specifically support windows, but i thought you might be interested to know that cargo installation fails under windows due to the following error:
```sh
~ > cargo install zell…
-
Hello,
I think we could add a non_exhaustive attribute for structs:
- a u8 containing the number of fields inside the struct is added before the struct fields when serializing
- when the struct…
-
How about adding our `deny.toml` from our main project to the template here and make sure all of our open source crates use it in CI?
I think we want to both disallow more crates and also verify t…