wipe-daemon 0.3.2

Local HTTP/WS daemon that serves the wipe board UI and API.
Documentation
1
2
3
4
5
//! The project registry now lives in `wipe-core` so the CLI (`wipe scan`) and the
//! daemon share one implementation and one on-disk file. Re-exported here for the
//! daemon's existing call sites.

pub use wipe_core::registry::{default_scan_roots, list, prune, register, scan, ProjectEntry};