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 burn_mode_tooltip; 3mod context_pill; 4mod onboarding_modal; 5pub mod preview; 6mod upsell; 7 8pub use agent_notification::*; 9pub use burn_mode_tooltip::*; 10pub use context_pill::*; 11pub use onboarding_modal::*;