blob: 605ac3b5a6e0dbc37fca72c33c48d19e92f3a1fa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Starting with Rust
## Abstract
## Ideas
- High-level mess vs. low-level "fun"
- Find the right motivation
- "Rewrite everything" as
- Be comfortable with being a n00b
- Ultimate goal: learn idiomatic code as fast as possible
- Find the right mentors
## References
- https://killercup.github.io/rustfest-idiomatic-libs/index.html
- https://github.com/rust-unofficial/patterns
- https://rust-lang-nursery.github.io/api-guidelines/
|