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 client_dispatcher; 3mod dispatcher; 4mod platform; 5mod text_system; 6mod wayland; 7mod x11; 8 9pub(crate) use dispatcher::*; 10pub(crate) use platform::*; 11pub(crate) use text_system::*; 12pub(crate) use x11::*;