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; 4pub mod rest; 5 6pub use peer::*;