1use rill_protocol::io::provider::StreamType; 2 3pub fn provider_type() -> StreamType { 4 "system::provider".into() 5} 6 7pub mod proclist;