Skip to content

BlockheaderWeb3-Community/rust-bootcamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Bootcamp

Towards mastering the fundamentals of Rust

Why Rust

  • Built-in multi-threading system
  • Type-system - uncover bugs at compile time
  • module system that simplifies code separation
  • Robust tooling for docs generation, code linting and code auto formatting
  • In summary, Rust maintains a significant balance between speed, safety, concurrency and portability
  • Compilation to machine code is pretty fast
  • Uses ownership for memory management

Primitive/Scalar Data Types

  • Bool
  • Float
  • Integers

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages