Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1mod client; 2mod dispatcher; 3mod platform; 4mod text_system; 5mod util; 6mod wayland; 7mod x11; 8 9pub(crate) use dispatcher::*; 10pub(crate) use platform::*; 11pub(crate) use text_system::*; 12// pub(crate) use x11::*;