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 open_buffer; 3mod project_index; 4 5pub use create_buffer::*; 6pub use open_buffer::*; 7pub use project_index::*;