macro_rules! cargo_temp {
    () => { ... };
}
Expand description

A CLI tool that allows you to create a temporary new Rust project using cargo with already installed dependencies. [Repository]