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.4.1 Latest Release

Published by msrd0 6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/msrd0/cargo-doc2readme/compare/0.4.0...0.4.1

cargo-doc2readme - Version 0.4.0

Published by msrd0 7 months ago

What's Changed

Full Changelog: https://github.com/msrd0/cargo-doc2readme/compare/0.3.0...0.4.0

cargo-doc2readme - Version 0.3.0

Published by msrd0 about 1 year ago

What's Changed

Full Changelog: https://github.com/msrd0/cargo-doc2readme/compare/0.2.6...0.3.0

cargo-doc2readme - Version 0.2.6

Published by msrd0 over 1 year ago

What's Changed

Full Changelog: https://github.com/msrd0/cargo-doc2readme/compare/0.2.5...0.2.6

cargo-doc2readme - Version 0.2.5

Published by msrd0 over 1 year ago

What's Changed

Full Changelog: https://github.com/msrd0/cargo-doc2readme/compare/0.2.4...0.2.5

cargo-doc2readme - Version 0.2.3

Published by msrd0 almost 2 years ago

What's Changed

Full Changelog: https://github.com/msrd0/cargo-doc2readme/compare/0.2.2...0.2.3

cargo-doc2readme - Version 0.2.2

Published by msrd0 almost 2 years ago

What's Changed

New Contributors

Thanks to @LuckyTurtleDev for their bug reports.

Full Changelog: https://github.com/msrd0/cargo-doc2readme/compare/0.2.1...0.2.2

cargo-doc2readme - Version 0.2.1

Published by msrd0 almost 2 years ago

What's Changed

Thanks to @LuckyTurtleDev for their bug reports.

Full Changelog: https://github.com/msrd0/cargo-doc2readme/compare/0.2.0...0.2.1

cargo-doc2readme - Version 0.2.0

Published by msrd0 about 2 years ago

What's Changed

Full Changelog: https://github.com/msrd0/cargo-doc2readme/compare/0.1.6...0.2.0

cargo-doc2readme - Version 0.1.7

Published by msrd0 about 2 years ago

What's Changed

  • Update cargo to 0.65 (Rust 1.64.0)

Full Changelog: https://github.com/msrd0/cargo-doc2readme/compare/0.1.6...0.1.7

cargo-doc2readme - Version 0.1.6

Published by msrd0 about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/msrd0/cargo-doc2readme/compare/0.1.5...0.1.6

cargo-doc2readme - Version 0.1.5

Published by msrd0 about 2 years ago

This version introduces a problem where there might be a newline missing between lists and following paragraphs. Use Version 0.1.6 instead.

What's Changed

Thanks to @LuckyTurtleDev and @niluxv for their bug reports.

Full Changelog: https://github.com/msrd0/cargo-doc2readme/compare/0.1.4...0.1.5

cargo-doc2readme - Version 0.1.4

Published by msrd0 about 2 years ago

What's Changed

Full Changelog: https://github.com/msrd0/cargo-doc2readme/compare/0.1.3...0.1.4

cargo-doc2readme - Version 0.1.3

Published by msrd0 about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/msrd0/cargo-doc2readme/compare/0.1.2...0.1.3

cargo-doc2readme - Version 0.1.2

Published by msrd0 over 2 years ago

What's Changed

  • Fix a bug where compatible versions were marked incompatible by @msrd0 in debf66b2c356d44f0ca216d41002625762f0a0fb
  • Update the GitHub Actions example by @msrd0 in d627c1850a1a578362cd730d147e14451a5ca777

Full Changelog: https://github.com/msrd0/cargo-doc2readme/compare/0.1.1...0.1.2

cargo-doc2readme - Version 0.1.1

Published by msrd0 over 2 years ago

What's Changed

  • Improve error message for virtual manifests by @msrd0 in 1304555197734d505d3f8535c439bf484e754407
  • Fix the default template for manifests without a repository by @msrd0 in 77fbb6fdcb41199e05ae70afc8030a960e94a765
  • Bump cargo from 0.62.0 to 0.63.0 by @msrd0 in 8e04b8efff5427818334f964da751a4b64a94f7c
  • Enable stripping release binaries by @msrd0 in 09a409cbdee1d04d8f7797698209df5c5ea4654a
  • Bump tera from to 1.16.0 and disable some builtins by @msrd0 in 96ff7f5370d1a155c8518e0e1559a2f64344317e
    This means that some filters that were previously available are no longer available. Removing the unmaintained chrono dependency is absolutely worth it though.

Thanks to @LuckyTurtleDev for their bug reports.

Full Changelog: https://github.com/msrd0/cargo-doc2readme/compare/0.1.0...0.1.1

cargo-doc2readme - Version 0.1.0

Published by msrd0 over 2 years ago

What's Changed

  • Embed "dependency info" as a sort-of lock file into the readme by @msrd0
  • Add --check option by @msrd0
  • Fix paths starting with crate:: (#52) by @msrd0
  • Add --lib/--bin flag when expanding macros (#54) by @msrd0
  • Update cargo to 0.62 (Rust 1.61) by @msrd0 and @dependabot

Thanks to @pacak for their bug reports.

Full Changelog: https://github.com/msrd0/cargo-doc2readme/compare/0.0.8...0.1.0

cargo-doc2readme - Version 0.0.8

Published by msrd0 almost 3 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/msrd0/cargo-doc2readme/compare/0.0.7...0.0.8

cargo-doc2readme - Version 0.0.7

Published by msrd0 about 3 years ago

Changelog:

  • Update cargo to 0.57 (Rust 1.56)