Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rust-lang/api-guidelines

Rust API guidelines
https://github.com/rust-lang/api-guidelines

rust

Last synced: about 2 months ago
JSON representation

Rust API guidelines

Awesome Lists containing this project

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).