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