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 context_pill; 3mod usage_banner; 4 5pub use agent_notification::*; 6pub use context_pill::*; 7pub use usage_banner::*;