tag
m09▌
2 indexed skills · max 10 per page
skills (2)
m09-domain
zhanghandong/rust-skills · AI/ML
Domain-driven design patterns for modeling entities, value objects, and aggregates in Rust. \n \n Distinguishes between Entities (unique identity required), Value Objects (interchangeable by value), and Aggregates (owned hierarchies), with clear Rust patterns for each \n Emphasizes invariant preservation through private fields, validated constructors, and type-state patterns \n Provides templates for common DDD structures: newtypes for value objects, structs with ID fields for entities, and modu
m09-domain
actionbook/rust-skills · AI/ML
Layer 2: Design Choices