Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1pub mod auth; 2pub mod completion; 3pub mod embedding; 4pub mod models; 5pub mod prompts; 6pub mod providers; 7#[cfg(any(test, feature = "test-support"))] 8pub mod test;