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; 2mod peer; 3mod peer2; 4pub mod proto; 5#[cfg(any(test, feature = "test-support"))] 6pub mod test; 7 8pub use peer::*;