An open API service indexing awesome lists of open source software.

https://github.com/secretshardul/rust-tutorial

Personal Rust notes
https://github.com/secretshardul/rust-tutorial

Last synced: 3 months ago
JSON representation

Personal Rust notes

Awesome Lists containing this project

README

          

# rust-tutorial

## Index
1. [Printing outputs](./1-printing)
2. [Primitive types- scalars, tuples, arrays, slices](./2-primitives)
3. [Custom types- structs, enums, const, static](./3-custom-types)
4. [Type casting, inference, aliasing, conversions](./4-type-rules)