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
//! Shared type definitions re-exported at the crate root.

pub mod workflow;

pub use workflow::*;