jplatte / cargo-depgraphLinks
Creates graphviz dependency graphs for Rust projects that use Cargo
☆209Updated 6 months ago
Alternatives and similar repositories for cargo-depgraph
Users that are interested in cargo-depgraph are comparing it to the libraries listed below
Sorting:
- Tracing layer that automatically creates and manages progress bars for active spans.☆265Updated last month
- A Cargo subcommand to build and test all feature flag combinations.☆178Updated last month
- An experimental linting interface for Rust. Let's make custom lints a reality☆147Updated 2 years ago
- Type that deserializes only from one specific value☆267Updated 3 weeks ago
- Graph the number of crates that depend on your crate over time☆256Updated 3 weeks ago
- Track and query Cargo dependency graphs.☆247Updated last week
- Compile-time string formatting☆258Updated 3 months ago
- Fast recursive detection and cleaning of rust projects with interactive TUI and filters. Find rust projects anywhere that meet conditions…☆200Updated 8 months ago
- Extract documentation for the feature flags from comments in Cargo.toml☆191Updated 2 months ago
- A simple wrapper around filesystem operations to provide more helpful error messages.☆171Updated 2 weeks ago
- Check if tables and items in a .toml file are lexically sorted☆271Updated last month
- A Rust code linter☆213Updated last year
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆171Updated last year
- ☆222Updated 5 months ago
- Serialize and deserialize C-like enum as underlying repr☆256Updated 3 weeks ago
- Struct fields that are made read-only accessible to other modules☆262Updated 3 weeks ago
- Immutable strings, in Rust.☆248Updated last year
- Cargo command to create the README.md from your crate's documentation☆170Updated last month
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆291Updated last week
- Like Rust's std::Path, but UTF-8.☆537Updated 3 weeks ago
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆291Updated 3 years ago
- Generate cargo instructions at compile time in build scripts for use with the env! or option_env! macros☆442Updated last month
- (Auto)DRY for your Rust dependencies☆221Updated 10 months ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆215Updated 3 weeks ago
- Easy code duplicate with substitution for Rust