Skip to content

Instantly share code, notes, and snippets.

@PickledDragon
Last active February 1, 2021 13:34
Show Gist options
  • Save PickledDragon/01ef400bc1b90d41dfdbd03f9e16b62b to your computer and use it in GitHub Desktop.
Save PickledDragon/01ef400bc1b90d41dfdbd03f9e16b62b to your computer and use it in GitHub Desktop.
Rust meetups
# Session 1
* Cargo new create a a ready to use git repository
* Where does cargo gets the author information?
If you have already set it for git you'd be OK.
For additional options, Look up: https://github.com/rust-lang/cargo/blob/rust-1.50.0/src/cargo/ops/cargo_new.rs#L798
*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment