Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1mod prompts; 2mod templates; 3mod thread; 4mod tools; 5 6#[cfg(test)] 7mod tests; 8 9pub use thread::*;