basic_rust_notes.md
Random notes...
cargo doc --open ---- this will open only the manpages of your current git project
Ownership BTW ONLY 0 MUTABLE REF to mem is allowed.md
Ownership Transfer to Functions for Heap stuff like string, but not ints.rs
reference is like a pointer but always guaranteed to point to valid memory
SemVer means Semantic versioning like rand -1.8.5.txt
unwrap() is same as expect() but wo msg