Expand description
Library re-exports for integration testing and fuzz targets.
Shroud is primarily a binary crate. This thin library target exposes
leaf modules (no deep dependency chains) so that tests/ integration
tests and fuzz/ targets can exercise real types (StateMachine,
HealthChecker, Config, IpcCommand, etc.) instead of relying on
fragile include_str! assertions.