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