StateSet Core
Pure domain models and business logic for commerce operations. This crate has no I/O dependencies - just data structures and validation.
Core Domains
- Orders: Order management with line items
- Inventory: Stock tracking, reservations, adjustments
- Customers: Customer profiles and addresses
- Products: Product catalog with variants
- Returns: Return processing and refunds
- Manufacturing: Bill of Materials (BOM) and Work Orders
Example
use *;
use dec;
// Create an order input
let order = CreateOrder ;