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