blob: a81e7cb3e50155cc9fe37cd5515197a748b27fe5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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/
- https://os.phil-opp.com/
- https://github.com/EmilHernvall/dnsguide/blob/master/README.md
- https://limpet.net/mbrubeck/2014/08/08/toy-layout-engine-1.html
|