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