Ask HN: What are some good examples of Rust code bases to read and learn from?
9 points| hazbo | 3 years ago
Ideally examples that show what a "complete" Rust project might look like in terms of the way it is laid out and what associated tooling / scripts that are commonly used or included in Rust code bases.
digitalsanctum|3 years ago
For beginners, maybe look at smaller projects like libraries and CLIs without a lot of dependencies.
bgar|3 years ago
surprisetalk|3 years ago
https://github.com/roc-lang/roc/tree/main/crates
ianpurton|3 years ago
oslac|3 years ago