You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-07-14 10:04:19 +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 standard library for Rust.
|
||||||
- [The Rust Reference](https://doc.rust-lang.org/reference/): an incomplete book
|
- [The Rust Reference](https://doc.rust-lang.org/reference/): an incomplete book
|
||||||
which describes the Rust grammar and memory model.
|
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:
|
More specialized guides hosted on the official Rust site:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user