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; 3mod img; 4pub mod pressable; 5pub mod svg; 6pub mod text; 7 8pub use div::div; 9pub use img::img; 10pub use svg::svg;