Expand description
§cargo-sane
Stop losing your mind over Rust dependency conflicts.
cargo-sane is a CLI tool that helps you manage Rust dependencies intelligently.
It provides commands to check for updates, resolve conflicts, clean unused dependencies,
and monitor the health of your dependency tree.
Modules§
- analyzer
- Dependency analysis
- cli
- CLI-related functionality
- core
- Core domain models and types
- updater
- Dependency update logic
- utils
- Utility functions
Structs§
- Error
- The
Errortype, a wrapper around a dynamic error type.
Type Aliases§
- Result
Result<T, Error>