/rustbook

Primary LanguageRust

Things i've learned

  • Rust has editions like C++ versions
    • Rust edition 2015, 2018 and 2021 (coming soon), these are set in the cargo.toml file
  • Rust has a formatter like Golang
cargo fmt