Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1mod color; 2mod elevation; 3mod platform; 4mod typography; 5mod units; 6 7pub use color::*; 8pub use elevation::*; 9pub use platform::*; 10pub use typography::*; 11pub use units::*;