cargo-doc2readme icon indicating copy to clipboard operation
cargo-doc2readme copied to clipboard

cargo subcommand to create a readme file containing the rustdoc comments from your code

Results 42 cargo-doc2readme issues
Sort by recently updated
recently updated
newest added

Bumps [pulldown-cmark](https://github.com/raphlinus/pulldown-cmark) from 0.9.1 to 0.9.2. Release notes Sourced from pulldown-cmark's releases. v0.9.2 This release includes fixes for a few panics and other minor bugs. Commits 211482c Bump crossbeam-utils from...

dependencies

Bumps [clap](https://github.com/clap-rs/clap) from 3.2.14 to 3.2.16. Release notes Sourced from clap's releases. v3.2.16 [3.2.16] - 2022-07-30 Fixes Ensure required arguments appear in errors when they are also members of a...

dependencies

While we sometimes (especially for items imported from other crates or modules) don't know what they are and therefore can't generate the full link, for items imported from the std...

enhancement

While `function_name` works with both rustdoc and this crate, `function_name()` works with rustdoc but not this crate. This bug was found by @LuckyTurtleDev.

bug

Thanks to @Lukas1818 for finding this issue.

bug

So I just had an idea that I might try out, but I figured I'd run by you to see what you think. What if we just used rustdoc to...

help wanted

There is no good error handling and reporting functionality in this crate. This was reported several times, including by @pacak in #37: ``` % cargo doc2readme Reading /path/src/lib.rs thread 'main'...

help wanted

Firstly thank you for this great tool! :) I'm very happy to see that there is a replacement for `cargo readme`. I'm experiencing a problem; however, I'm unsure if it...

bug
help wanted