Skip to main content

Crate shroud

Crate shroud 

Source
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.

Modulesยง

cli
config
Configuration module
health
Health check module
ipc
notifications
Desktop notification system
state
State machine module