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 format_distance; 4mod with_rem_size; 5 6pub use format_distance::*; 7pub use with_rem_size::*;