Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1mod create_buffer; 2mod project_index; 3 4pub use create_buffer::*; 5pub use project_index::*;