It is welcomed to open an issue to discuss about this guideline if you find potential improvements.
-
Project hierarchy.
Each contrib should be placed under its own directory under
<repo>/crates
. For example,flagd
contrib project should be created under<repo>/crates/flagd
directory. -
Coding style.
Please add comments and tests at least for publicly exposed APIs.
Please refer to open-feature/rust-sdk/src/lib.rs for the Clippy rules.