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 (e.g. converting dates to a human-readable form). 2 3mod format_distance; 4 5pub use format_distance::*;