Cosmos Design Struct

Enforce consistent struct design conventions across sdk/cosmos crates. Validates visibility modifiers, field privacy, #[non_exhaustive] usage, and construction API patterns (`Default`/`new` with `with_*` setters, or optional separate builders with `builder()`/`build()`), and construction correctness on public structs. Can auto-fix violations or report them as errors.

Azure Updated

File contents

Azure/azure-sdk-for-rust/tree/main/sdk/cosmos/.github/skills/cosmos-design-struct commit 03cea9c3b1

Frequently asked questions

npx skillmds@latest add azure-azure-sdk-for-rust/cosmos-design-struct