rustdoc-json-to-markdown
⚠️ DEPRECATED: This crate has been renamed to cargo-doc-md
Please use cargo-doc-md
instead:
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
[]
= "0.6"
# After
[]
= "0.7"
The API remains compatible.