GitXplorerGitXplorer
r

api-guidelines

public
1244 stars
110 forks
39 issues

Commits

List of commits on branch master.
Verified
385ba009b19672a373cc65c98368527d2de82482

Merge pull request #278 from kadiwa4/patch-1

ddtolnay committed 10 months ago
Verified
a5092f827b98b1be2201c782cf974a1e45073687

C-FEATURE: better conditional `no_std`

kkadiwa4 committed a year ago
Verified
e0e515befbb672185b9be9bed84043ccc6528991

Merge pull request #273 from phy1729/builder-example

ddtolnay committed a year ago
Unverified
ab0110d52b65e82671810d8c1a4a407a00c4d5a5

C-BUILDER: Avoid GNUism in example

pphy1729 committed a year ago
Verified
8486acc2b2fe856f3ffabb6736e28d18656f1943

Merge pull request #263 from joshtriplett/c-dtor-clarify

ddtolnay committed 3 years ago
Unverified
c8bb675c49771c4d38bac875e83f03f13a9683fb

C-DTOR: Clarify that `Drop` should ignore errors

jjoshtriplett committed 3 years ago

README

The README file for this repository.

Rust API guidelines

This is a set of recommendations on how to design and present APIs for the Rust programming language. They are authored largely by the Rust library team, based on experiences building the Rust standard library and other crates in the Rust ecosystem.

Read them here.

Join the discussion

See the Discussions tab for proposing new API guidelines, asking questions about how to apply them, and for proposing new ones.

License

This project is licensed under either of Apache License, Version 2.0 or MIT license, at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this project by you, as defined in the Apache 2.0 license, shall be dual licensed as above, without any additional terms or conditions.

See CONTRIBUTING.md.