Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1mod providers; 2mod registry; 3mod store; 4 5pub use crate::providers::rustdoc::*; 6pub use crate::registry::*; 7pub use crate::store::*;