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 google; 3pub mod open_ai; 4pub mod open_router; 5pub mod x_ai; 6pub mod zed; 7 8pub use anthropic::*; 9pub use google::*; 10pub use open_ai::*; 11pub use x_ai::*; 12pub use zed::*;