Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1mod avatar; 2mod icon; 3mod label; 4mod stack; 5 6pub use avatar::*; 7pub use icon::*; 8pub use label::*; 9pub use stack::*;