Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1pub mod div; 2pub mod hoverable; 3pub mod pressable; 4pub mod svg; 5pub mod text; 6 7pub use div::div; 8pub use svg::svg;