Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1mod display; 2mod platform; 3mod window; 4 5pub(crate) use display::*; 6pub(crate) use platform::*; 7pub use scheduler::{TestScheduler, TestSchedulerConfig}; 8pub(crate) use window::*; 9 10pub use platform::TestScreenCaptureSource;