repi
repi
Currently it looks like pod/zeroable structs do not support having enum fields in them, is this correct? As the derive macros for `Pod` and `Zeroable` doesn't support enums. Such as:...
We got a panic from one of our linux users when opening a sled database (that it has created), haven't seen this before and only gotten it twice ever (both...
We had an exemption of a crate deny rule for another crate that still needed it, which we used the `wrappers` field for (a bit hacky), like this: ```ini deny...
Some crates like `prost-derive` include embedded executables that they run in `build.rs`, this works on the main dev platforms but something we would like to have pure Rust versions of...
PR #227 seems to generate wildcard warnings when using standard path dependencies and specifying no version (as one is using the local file version), don't think that should generate warnings....
I ran into an issue when adding cargo-deny to [wayland-rs repo](https://github.com/Smithay/wayland-rs) in https://github.com/Smithay/wayland-rs/pull/320, cargo-deny didn't find and analyze the license of `wayland-cursor`. Which, ironically, was the main one I wanted...
## Intro For our larger Rust monorepo at Embark we have a base `deny.toml` to disallow certain crates and whitelist licenses for the entire workspace. This works well but we...
This fails with "Failed to analyze repository - The repository you requested might be structured in an uncommon way that is not yet supported." https://deps.rs/repo/github/bytecodealliance/wasmtime Not sure what setup the...