Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1pub mod anthropic; 2pub mod cloud; 3#[cfg(any(test, feature = "test-support"))] 4pub mod fake; 5pub mod ollama; 6pub mod open_ai;