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 window; 5 6pub(crate) use client::*;