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 display; 3mod platform; 4mod text_system; 5mod window; 6 7pub(crate) use dispatcher::*; 8pub(crate) use display::*; 9pub(crate) use platform::*; 10pub(crate) use window::*;