onlyne-client 1.4.1

Onlyne v1 client: role runtime, dispatch, intent, adapter socket
Documentation
1
2
3
4
5
6
//! Role process layer: the connection loop, the daemon wrapper, and the durable
//! outbound intent queue.

pub mod daemon;
pub mod intent;
pub mod runloop;