cargo-doc2readme

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

APACHE-2.0 License

Downloads
16.7K
Stars
25
Committers
8
cargo-doc2readme - Version 0.0.6

Published by msrd0 about 3 years ago

Changelog:

  • Update cargo to 0.56.0
  • Fix a bug where some dependencies were randomly downgraded (#22)
cargo-doc2readme - Version 0.0.5

Published by msrd0 over 3 years ago

Changelog:

  • Update cargo to 0.54 (1.53)
cargo-doc2readme - Version 0.0.4

Published by msrd0 over 3 years ago

Changelog:

  • Fix crate name containing - (this was previously only fixed for dependencies)
cargo-doc2readme - Version 0.0.3 (Yanked)

Published by msrd0 over 3 years ago

This release has been yanked due to a soundness problem in the git2 version (accepted previously by the compiler: https://github.com/rust-lang/rust/issues/85574) that was linked in the attached Cargo.lock file.

Changelog:

  • Fix crate names containing invalid characters (like -)
  • Fix leading newlines in codeblocks
cargo-doc2readme - Version 0.0.2 (Yanked)

Published by msrd0 over 3 years ago

This release has been yanked due to a soundness problem in the git2 version (accepted previously by the compiler: https://github.com/rust-lang/rust/issues/85574) that was linked in the attached Cargo.lock file.

Changelog:

  • Add support for HTTP proxies (thanks @zicklag)
  • Add support for codeblock fences that don't start with rust, (thanks @zicklag)
  • Fix verbosity always being set to debug
cargo-doc2readme - Version 0.0.1 (Yanked)

Published by msrd0 over 3 years ago

This release has been yanked due to a soundness problem in the git2 version (accepted previously by the compiler: https://github.com/rust-lang/rust/issues/85574) that was linked in the attached Cargo.lock file.