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 button; 3mod icon; 4mod label; 5mod stack; 6 7pub use avatar::*; 8pub use button::*; 9pub use icon::*; 10pub use label::*; 11pub use stack::*;