Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1mod headless_project; 2 3#[cfg(not(windows))] 4pub mod unix; 5 6#[cfg(test)] 7mod remote_editing_tests; 8 9pub use headless_project::{HeadlessAppState, HeadlessProject};