Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1mod model; 2mod request; 3mod role; 4 5pub use model::*; 6pub use request::*; 7pub use role::*;