You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-07-14 01:54:50 +02:00
Link to rust-api-guidelines (#2813)
This has a lot of detailed and high-quality API advice. I think it's particularly useful to developers experienced in other languages, who may default to carrying over design idioms where Rust has better options.
This commit is contained in:
@ -18,6 +18,8 @@ The Rust project hosts many resources. These cover Rust in general:
|
||||
the standard library for Rust.
|
||||
- [The Rust Reference](https://doc.rust-lang.org/reference/): an incomplete book
|
||||
which describes the Rust grammar and memory model.
|
||||
- [Rust API Guidelines](https://rust-lang.github.io/api-guidelines/):
|
||||
recommendations on how to design APIs.
|
||||
|
||||
More specialized guides hosted on the official Rust site:
|
||||
|
||||
|
Reference in New Issue
Block a user