assay-workflow 0.2.0

Durable workflow engine with REST+SSE API on PostgreSQL 18 and SQLite backends. Embeddable library or standalone server (via assay-engine).
Documentation
1
2
3
4
5
6
pub mod harness;
// Each integration test binary sees this module independently. Some tests
// use the whole re-export (`smoke_backends`), others only pull specific
// items (`postgres_store`) — silence dead-import warnings in the latter.
#[allow(dead_code, unused_imports)]
pub use harness::*;