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 to_markdown; 4 5pub use crate::item::*; 6pub use crate::to_markdown::convert_rustdoc_to_markdown;