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