This repo is for learning purposes.
Enable the "cargo" command. . "$HOME/.cargo/env"
build your project with cargo build run your project with cargo run test your project with cargo test build documentation for your project with cargo doc publish a library to crates.io with cargo publish