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 item; 3mod store; 4mod to_markdown; 5 6pub use crate::indexer::{DocsDotRsProvider, LocalProvider, RustdocSource}; 7pub use crate::item::*; 8pub use crate::store::*; 9pub use crate::to_markdown::convert_rustdoc_to_markdown;