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; 5mod spinner_label; 6 7pub use highlighted_label::*; 8pub use label::*; 9pub use label_like::*; 10pub use loading_label::*; 11pub use spinner_label::*;