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 usage_banner; 5 6pub use agent_notification::*; 7pub use animated_label::*; 8pub use context_pill::*; 9pub use usage_banner::*;