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