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