cargo-rdme
cargo-rdme copied to clipboard
Cargo command to create the README.md from your crate's documentation
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.12 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...
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.14.4 to 0.15.0. Commits f37fee7 blame: fix typo s/Widnows/Windows/ 29cbc03 version bump (#781) 5383afc impl Send for TreeUpdateBuilder (#784) 2c67635 Provide a function to modify the GIT_OPT_ENABLE_CACHING...
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...
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.40 to 1.0.42. Release notes Sourced from proc-macro2's releases. 1.0.42 Improve parsing performance in non-macro mode (#335) Expose a size_hint() for TokenStream's iterator (#334) 1.0.41 Produce an...
This is syntactically supported by rustdoc: https://doc.rust-lang.org/rustdoc/linking-to-items-by-name.html#namespaces-and-disambiguators
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...
There is currently no way to link to `usize` or other primitive types.
For instance ```markdown [`foo::Foo`] ```
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.34 to 1.0.35. Release notes Sourced from thiserror's releases. 1.0.35 More work on integrating std::any::Provider for backtrace support Fix "Multiple applicable provide methods in scope" error when...
Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.10.3 to 0.10.4. Changelog Sourced from itertools's changelog. 0.10.4 Add EitherOrBoth::or and EitherOrBoth::or_else (#593) Add min_set, max_set et al. (#613, #323) Use either/use_std (#628) Documentation fixes (#612,...