regexident / cargo-modules
Visualize/analyze a Rust crate's internal structure
☆1,064Updated last week
Alternatives and similar repositories for cargo-modules:
Users that are interested in cargo-modules are comparing it to the libraries listed below
- derive builder implementation for rust structs☆1,405Updated 5 months ago
- Find unused dependencies in Cargo.toml☆1,864Updated last month
- Some more derive(Trait) options☆1,866Updated 3 weeks ago
- Overwrite `assert_eq!` with a drop-in replacement, adding a colorful diff.☆1,253Updated 3 months ago
- Temporary file library for rust☆1,264Updated this week
- A cargo subcommand for displaying when Rust dependencies are out of date☆1,268Updated last week
- A small rust library for adding custom derives to enums☆1,956Updated 3 weeks ago
- Rust library for single assignment cells and lazy statics without macros☆1,940Updated last week
- A trait object based error handling type for easy idiomatic error handling and reporting in Rust applications☆1,516Updated 2 months ago
- A powerful mock object library for Rust☆1,603Updated last month
- Rust cache structures and easy function memoization☆1,724Updated 3 weeks ago
- Rust quasi-quoting☆1,388Updated last week
- A Rust proc-macro attribute parser☆1,093Updated 2 weeks ago
- A next-generation test runner for Rust.☆2,362Updated this week
- Cargo subcommand `release`: everything about releasing a rust crate.☆1,398Updated 3 weeks ago
- Compile-time type-checked builder derive☆969Updated this week
- Detects usage of unsafe Rust in a Rust crate and its dependencies.☆1,437Updated 7 months ago
- Custom hooks for colorful human oriented error reports via panics and the eyre crate☆961Updated 7 months ago
- Attribute macro to require that the compiler prove a function can't ever panic☆1,065Updated 2 weeks ago
- ❌ Cargo plugin for linting your dependencies 🦀☆1,892Updated 2 weeks ago
- Cargo subcommand to easily use LLVM source-based code coverage (-C instrument-coverage).☆1,044Updated this week
- Cargo subcommand to provide various options useful for testing and continuous integration.☆687Updated this week
- Macros for all your token pasting needs