|
|
|
Ask HN: What are some good examples of Rust code bases to read and learn from?
|
|
9 points
by hazbo
1202 days ago
|
|
As the title states, just interested in finding some examples people think would be particularly good reads, especially for people approaching the language for the first time. 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. |
|
For beginners, maybe look at smaller projects like libraries and CLIs without a lot of dependencies.