cargo-generate is a developer tool to help you get up and running quickly with a new Rust project by leveraging a pre-existing git repository as a template.
cargo-generate is a developer tool to help you get up and running quickly with a new Rust project by leveraging a pre-existing git repository as a template.
To install cargo-generate, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install cargo-generate
To see what files were installed by cargo-generate, run:
port contents cargo-generate
To later upgrade cargo-generate, run:
sudo port selfupdate && sudo port upgrade cargo-generate
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.