rustdoc-json-to-markdown

Crates.iorustdoc-json-to-markdown
lib.rsrustdoc-json-to-markdown
version0.7.1
created_at2025-10-02 21:08:21.245789+00
updated_at2025-10-03 09:04:45.699638+00
descriptionDEPRECATED: Use cargo-doc-md instead
homepagehttps://github.com/Crazytieguy/rustdoc-json-to-markdown
repositoryhttps://github.com/Crazytieguy/rustdoc-json-to-markdown
max_upload_size
id1865059
size12,265
Yoav Tzfati (Crazytieguy)

documentation

README

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.

Commit count: 0

cargo fmt