Examples
Examples stay package-local so runnable Rust code can track the exact crate API.
CSP-10 baseline app infrastructure
Section titled “CSP-10 baseline app infrastructure”mise exec -- cargo run -p graphrefly-rs --example csp10_baseline_app_infraThe example wires messaging, work queue, scheduled readiness, CQRS queue disposition, and process work-queue recipe composition without making queue completion domain truth.
Focused checks
Section titled “Focused checks”mise exec -- cargo test -p graphrefly-rs --test acceptance public_crate_root_d566mise exec -- cargo test -p graphrefly-rs --test csp10_recipesExact public signatures live in the generated API Reference.