b564ed9d43f1 ^
742937d55c1e ^
1 2
3
4 5 6 7 8
pub mod handler; pub mod types; pub mod worker_protocol; /// Represents all possible operations over the nix-daemon protocol. pub trait NixDaemonIO { // TODO add methods to it. }