geph5-client 0.2.0-alpha.14

Geph5 client
Documentation
1
2
3
4
use arc_writer::ArcWriter;
use once_cell::sync::Lazy;

pub static LOGS: Lazy<ArcWriter<Vec<u8>>> = Lazy::new(|| ArcWriter::new(vec![]));