About
This skill provides specialized guidance for architecting and maintaining Rust Cargo workspaces, particularly those involving core libraries with multiple language bindings like Python, Node.js, and WASM. It streamlines the management of multi-crate repositories by implementing version inheritance, enforcing Minimum Supported Rust Version (MSRV) policies, and optimizing dependency trees. By centralizing configuration and automating version synchronization, it ensures build reproducibility and prevents common pitfalls like circular dependencies or inconsistent crate versions across the ecosystem.