Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1mod agent_notification; 2mod animated_label; 3mod context_pill; 4mod max_mode_tooltip; 5pub mod preview; 6mod upsell; 7 8pub use agent_notification::*; 9pub use animated_label::*; 10pub use context_pill::*; 11pub use max_mode_tooltip::*;