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