repi
repi
Just ran into the same issue today as well but with REQUIRE, having support for thread safety in the assertion & logging macros would be really nice. For us it...
Sweet, we are all in agreement 👍
Any additional thoughts or updates on this? Something we've been interested in as well and investigating options for, cc @luna-duclos
Noticed that `wasm-strip` fails to strip modules with SIMD instructions in it, is this the same issue or should we file a separate issue for that?
filed separate issue: - #1803
On a related note, would also want to be able to deny or require a specific feature of a crate. (esp. the deny). For example: make sure `reqwest` is not...
Ran into a case today with the `juniper` crate that unfortunately has quite a lot of default features in it ([link](https://github.com/graphql-rust/juniper/blob/ed6b257e5871b1e125943a82e1f0346e8fd08693/juniper/Cargo.toml#L30)) that then brought in `bson` and `linked-hash-map` crates as...
There is a date on the advisories, so think would technically be possible to ignore advisories of certain categories that are "X days new" and then fail or warn on...
Ouch that is unfortunate, this we do have to have some solution for as it is very common, hmm. Maybe one have to extend `cargo-metadata` to distinguish it there (if...
Thought of another use case for this, for specific folders in the workspace we may also want to allow to have a different "skip" list, e.g. do not allow duplicate...