1 Commits

Author SHA1 Message Date
Rodin 7016c427e8 docs: API design patterns from rust-lang/rust
10 patterns, 596 lines. Full spec compliance.
Patterns: naming conventions, #[non_exhaustive], pub(crate),
constructors, method chaining, trait bounds, typestate, extension
traits, newtype, per-module errors.
2026-04-30 15:10:23 -07:00