#deprecated #rustdoc #markdown

deprecated build rustdoc-json-to-markdown

DEPRECATED: Use cargo-doc-md instead

10 releases (6 breaking)

0.7.1 Oct 3, 2025
0.7.0 Oct 3, 2025
0.6.1 Oct 3, 2025
0.5.0 Oct 2, 2025
0.1.0 Oct 2, 2025

#99 in #rustdoc

Download history

155 downloads per month

MIT/Apache

4KB

rustdoc-json-to-markdown

⚠️ DEPRECATED: This crate has been renamed to cargo-doc-md

Please use cargo-doc-md instead:

cargo install cargo-doc-md

This crate now re-exports cargo-doc-md for backward compatibility, but will not receive further updates.

See the cargo-doc-md documentation for usage information.

Migration

Simply replace rustdoc-json-to-markdown with cargo-doc-md in your dependencies:

# Before
[dependencies]
rustdoc-json-to-markdown = "0.6"

# After
[dependencies]
cargo-doc-md = "0.7"

The API remains compatible.

Dependencies

~1.5–2.6MB
~49K SLoC