cargo-sync-readme
cargo-sync-readme copied to clipboard
Generate a Markdown section in your README based on your Rust documentation
Bumps [toml](https://github.com/toml-rs/toml) from 0.5.8 to 0.5.11. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
This crate has been very useful to me already, thanks for building it! One of my crates has a hyphen in its name, which messes up the links to docs.rs....
``` fn sync_readme_check(path: &Path) { ... } ``` So it could be invoked transparently from a test without having to configure CI or local environment.
Bumps [structopt](https://github.com/TeXitoi/structopt) from 0.3.21 to 0.3.26. Changelog Sourced from structopt's changelog. v0.3.25 (2021-10-18) Fix duplication of aliases in subcommands #504 v0.3.25 (2021-10-18) No changes v0.3.23 (2021-08-30) Update minimal rust version...
Bumps [pulldown-cmark](https://github.com/raphlinus/pulldown-cmark) from 0.8.0 to 0.9.1. Release notes Sourced from pulldown-cmark's releases. 0.9.1 Fixes minor parsing bug in nested lists. 0.9.0 This release brings a number of changes. New features...
saves one google search.
I guess as one of the first users I would get one of the first bugs :slightly_smiling_face: Before this commit links with images would get corrupted: the image would simply...
Links to standard library crates themselves (e.g. `::std`, or `::alloc`) were not working.
Intralinks do not resolve re-exports. This means that if you have ```rust mod foo { pub mod bar { struct Bar {} } } pub use foo::bar; ``` you cannot...