Expand description
§🚢 Cargo Mate - Source Protected Distribution
A Rust development companion that enhances cargo with intelligent workflows, state management, performance optimization, and comprehensive project monitoring.
§Features
- Journey Recording: Record and replay complex development workflows
- Anchor Points: Save and restore complete project states with auto-update
- Captain’s Log: Natural language build notes with automatic tagging
- Tide Charts: Interactive performance tracking and build analytics
- Treasure Maps: Visual dependency tree analysis
- Mutiny Mode: Override cargo restrictions when you know what you’re doing
- Auto-Versioning: Automatic semantic versioning with policy support
- Build Optimization: Intelligent Cargo.toml optimization
- Smart Error Parsing: Actionable checklists from cargo errors
Macros§
- anyhow
- Construct an ad-hoc error from a string or existing non-
anyhowerror value.
Functions§
- is_
installed - Check if cargo-mate is properly installed
- name
- Get the package name
- version
- Get the version of cargo-mate
Type Aliases§
- Result
Result<T, Error>