Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rust-lang/api-guidelines
Rust API guidelines
https://github.com/rust-lang/api-guidelines
rust
Last synced: about 1 month ago
JSON representation
Rust API guidelines
- Host: GitHub
- URL: https://github.com/rust-lang/api-guidelines
- Owner: rust-lang
- License: apache-2.0
- Created: 2017-02-06T19:49:32.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-03-10T16:41:13.000Z (8 months ago)
- Last Synced: 2024-05-22T08:05:20.225Z (6 months ago)
- Topics: rust
- Homepage: https://rust-lang.github.io/api-guidelines/
- Size: 1.62 MB
- Stars: 1,207
- Watchers: 49
- Forks: 101
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE-APACHE
Awesome Lists containing this project
- awesome-list - api-guidelines - lang | 937 | (Others)
README
# 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](https://rust-lang.github.io/api-guidelines).
## Join the discussion
See the [Discussions](https://github.com/rust-lang/api-guidelines/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](LICENSE-APACHE) or [MIT license](LICENSE-MIT), 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](CONTRIBUTING.md).