rustlings

solving rustlings ft. dracuxan
git clone [email protected]:dracuxan/rustlings.git
Log | Files | Refs

README.md (327B)


      1 # Primitive Types
      2 
      3 Rust has a couple of basic types that are directly implemented into the
      4 compiler. In this section, we'll go through the most important ones.
      5 
      6 ## Further information
      7 
      8 - [Data Types](https://doc.rust-lang.org/book/ch03-02-data-types.html)
      9 - [The Slice Type](https://doc.rust-lang.org/book/ch04-03-slices.html)