2 releases
Uses old Rust 2015
0.1.1 | Dec 4, 2018 |
---|---|
0.1.0 | Dec 4, 2018 |
#3 in #practicing
96 downloads per month
18KB
366 lines
Berusty
me practicing Rust by example
Topics
- Hello World
- Primitives
- Custom Types
- Variable Bindings
- Types
- Conversions
- Expressions
- Flow Control
- Functions
- Modules
- Crates
- Cargo
- Attributes
- Generics
- Scoping Rules
- Traits
- macro_rules!
- Error handling
- std lib types
- std misc
- Testing
- Unsafe
- Compatiblity
- Meta