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
5
use anyhow::Result;
use crate::captain::wtf::WtfAction;
pub fn handle_wtf(action: WtfAction) -> Result<()> {
    crate::captain::wtf::handle_wtf_action(action)
}