rust-secure-code / safety-dance
Auditing crates for unsafe code which can be safely replaced
☆536Updated 2 years ago
Related projects ⓘ
Alternatives and complementary repositories for safety-dance
- Detects usage of unsafe Rust in a Rust crate and its dependencies.☆1,410Updated 3 months ago
- Automatic checking for semantic versioning in library crates☆638Updated last year
- Cargo subcommand to provide various options useful for testing and continuous integration.☆636Updated this week
- Custom hooks for colorful human oriented error reports via panics and the eyre crate☆959Updated 3 months ago
- Ensure correct assumptions about constants, types, and more in Rust☆579Updated last year
- Rust doesn't have exceptions☆630Updated 4 years ago
- Cargo subcommand `release`: everything about releasing a rust crate.☆1,349Updated this week
- Test harness for ui tests of compiler diagnostics☆811Updated this week
- Macros for all your token pasting needs☆1,026Updated last month
- Indented document literals for Rust☆666Updated last week
- Rust library allowing to register multiple handlers for the same signal☆730Updated 2 months ago
- Attribute macro to require that the compiler prove a function can't ever panic☆1,000Updated last week
- A vector with a fixed capacity. (Rust)☆747Updated last month
- Typed distributed plugin registration☆997Updated last week
- Breaking your Rust code for fun and profit☆628Updated last year
- Easy Ctrl-C handler for Rust projects☆605Updated 3 months ago
- ☆890Updated 4 months ago
- How to avoid complicated coordinated upgrades☆438Updated 7 months ago
- A Rust proc-macro attribute parser☆1,025Updated last month
- Runtime for executing procedural macros as WebAssembly☆1,282Updated 2 weeks ago
- Overwrite `assert_eq!` with a drop-in replacement, adding a colorful diff.☆1,205Updated 2 months ago
- A macro to generate structures which behave like bitflags☆964Updated last month
- derive simple constructor functions for Rust structs☆529Updated 2 months ago
- derive builder implementation for rust structs☆1,333Updated last month
- A minimal `syn` syntax tree pretty-printer☆621Updated last week
- Heap profiling and ad hoc profiling for Rust programs.☆746Updated 3 months ago
- A cargo subcommand for displaying when Rust dependencies are out of date☆1,225Updated 2 months ago
- Rust quasi-quoting☆1,330Updated last week
- Just, really the littlest Vec you could need. So smol.☆649Updated 3 months ago
- The enum Either with variants Left and Right is a general purpose sum type with two cases.☆490Updated 4 months ago