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