flâneur

About - Rust API Guidelines

rust-lang.github.io · 180 words · saved by 1 readers

This is a set of recommendations on how to design and present APIs for the Rust programming language.

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. These are only guidelines, some more firm than others. In some cases they are vague and still in development. Rust crate authors should consider them as a set of important considerations in the development of idiomatic and interoperable Rust libraries, to use as they see fit. These guidelines should not in any way be…

saved by

related reading