Crate cargo_sane

Crate cargo_sane 

Source
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 Error type, a wrapper around a dynamic error type.

Type Aliases§

Result
Result<T, Error>