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