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 util; 7mod wayland; 8mod x11; 9 10pub(crate) use dispatcher::*; 11pub(crate) use platform::*; 12pub(crate) use text_system::*; 13pub(crate) use x11::*;