[dependencies]
rand = "0.8.5"Also, we make it debuggable
fn main() {
let user = User {
active: true,
username: String::from("someusername123"),
email: String::from("[email protected]"),When calling cargo new package_name, cargo by default creates a .git/ directory inside
the newly created package. If that's not something that you want, continue reading.
Modify global Cargo config file
pandoc -V geometry:a4paper -V colorlinks=true -f rst --toc -o output.pdf input.rst