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