Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1#![cfg(any(target_os = "linux", target_os = "freebsd"))] 2mod linux; 3 4pub use linux::current_platform;