| Crates.io | rustdoc-json-to-markdown |
| lib.rs | rustdoc-json-to-markdown |
| version | 0.7.1 |
| created_at | 2025-10-02 21:08:21.245789+00 |
| updated_at | 2025-10-03 09:04:45.699638+00 |
| description | DEPRECATED: Use cargo-doc-md instead |
| homepage | https://github.com/Crazytieguy/rustdoc-json-to-markdown |
| repository | https://github.com/Crazytieguy/rustdoc-json-to-markdown |
| max_upload_size | |
| id | 1865059 |
| size | 12,265 |
⚠️ 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.
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.