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 display; 4mod event; 5mod window; 6 7pub(crate) use client::*; 8pub(crate) use client_dispatcher::*; 9pub(crate) use display::*; 10pub(crate) use event::*; 11pub(crate) use window::*;