Skip to content

Commit 7eecb9b

Browse files
authored
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.
1 parent 4483602 commit 7eecb9b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/other-resources.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ The Rust project hosts many resources. These cover Rust in general:
1818
the standard library for Rust.
1919
- [The Rust Reference](https://doc.rust-lang.org/reference/): an incomplete book
2020
which describes the Rust grammar and memory model.
21+
- [Rust API Guidelines](https://rust-lang.github.io/api-guidelines/):
22+
recommendations on how to design APIs.
2123

2224
More specialized guides hosted on the official Rust site:
2325

0 commit comments

Comments
 (0)