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 conn; 3mod peer; 4pub mod proto; 5pub use conn::Connection; 6pub use peer::*; 7mod macros; 8 9pub const PROTOCOL_VERSION: u32 = 63;