1
0
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:
Sam McCall
2025-07-09 21:09:08 +02:00
committed by GitHub
parent 4483602cd2
commit 7eecb9bb77

View File

@ -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: