1use arc_writer::ArcWriter; 2use once_cell::sync::Lazy; 3 4pub static LOGS: Lazy<ArcWriter<Vec<u8>>> = Lazy::new(|| ArcWriter::new(vec![]));