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; 3pub mod copilot_chat; 4#[cfg(any(test, feature = "test-support"))] 5pub mod fake; 6pub mod google; 7pub mod ollama; 8pub mod open_ai;