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