Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1//! UI-related utilities 2 3mod color_contrast; 4mod format_distance; 5mod search_input; 6mod with_rem_size; 7 8pub use color_contrast::*; 9pub use format_distance::*; 10pub use search_input::*; 11pub use with_rem_size::*;