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