Last active
February 1, 2021 13:34
-
-
Save PickledDragon/01ef400bc1b90d41dfdbd03f9e16b62b to your computer and use it in GitHub Desktop.
Rust meetups
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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