RalfJung / cargo-carefulLinks
Execute Rust code carefully, with extra checking along the way
☆420Updated 2 weeks ago
Alternatives and similar repositories for cargo-careful
Users that are interested in cargo-careful are comparing it to the libraries listed below
Sorting:
- List and diff the public API of Rust library crates between releases and commits. Detect breaking API changes and semver violations via C…☆484Updated this week
- Count lines of LLVM IR per generic function☆456Updated 5 months ago
- Cargo subcommand to provide various options useful for testing and continuous integration.☆727Updated 3 weeks ago
- ☆489Updated 8 months ago
- Library for snippet annotations☆315Updated this week
- A minimal `syn` syntax tree pretty-printer☆708Updated last week
- Conditional compilation according to rustc compiler version☆366Updated last month
- Statically-checked alternatives to RefCell and RwLock☆368Updated last year
- Just, really the littlest Vec you could need. So smol.☆697Updated 3 months ago
- Experimental one-shot benchmarking/profiling harness for Rust☆615Updated 10 months ago
- Like Rust's std::Path, but UTF-8.☆495Updated 3 weeks ago
- Creates graphviz dependency graphs for Rust projects that use Cargo☆185Updated last year
- in-place allocation-reusing queues for Rust☆373Updated last year
- Safe cross-platform linker shenanigans☆749Updated 2 weeks ago
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()