rillrate-system-protocol 0.2.0

RillRate agent for system monitoring. Protocol.
Documentation
1
2
3
4
5
6
7
use rill_protocol::io::provider::StreamType;

pub fn provider_type() -> StreamType {
    "system::provider".into()
}

pub mod proclist;