Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1#[cfg(test)] 2#[ctor::ctor] 3fn init_logger() { 4 if std::env::var("RUST_LOG").is_ok() { 5 env_logger::init(); 6 } 7}