cargo-mate 1.8.0

Rust development companion that enhances cargo with intelligent workflows, state management, performance optimization, and comprehensive project monitoring.
Documentation
1
2
3
4
use anyhow::Result;
pub fn handle_debug() -> Result<()> {
    Ok(())
}