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
- Host: GitHub
- URL: https://github.com/secretshardul/rust-tutorial
- Owner: secretshardul
- License: mit
- Created: 2021-04-18T15:39:19.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-20T14:56:05.000Z (over 5 years ago)
- Last Synced: 2025-03-12T14:14:38.076Z (over 1 year ago)
- Language: Rust
- Size: 695 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)