Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1pub mod keymap; 2pub mod platform; 3 4pub use pathfinder_color as color; 5pub use pathfinder_geometry as geometry;