assay-domain 0.1.1

Shared workflow domain model (types + store traits) for the assay workflow engine, auth layer, and dashboard.
Documentation
1
2
3
4
5
6
//! Storage traits. Backend impls live in the domain crates behind
//! Cargo features (see `assay-workflow/src/store/`, `assay-auth/src/store/`).

pub mod workflow;

pub use workflow::WorkflowStore;