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 bedrock; 3pub mod cloud; 4pub mod copilot_chat; 5pub mod deepseek; 6pub mod google; 7pub mod lmstudio; 8pub mod mistral; 9pub mod ollama; 10pub mod open_ai;