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