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

Support `document-features`

Open virtualritz opened this issue 4 years ago • 0 comments

document-features is a crate that, like cargo-readme, tries to minimize copypasta for developers.

In this case, comments in the [features] section of a crate's Cargo.toml get used to populate a section in the docs; via a Rust macro. This is of ignored by cargo-readme as it would require to run on a source file after macro expansion.

virtualritz avatar Feb 18 '22 13:02 virtualritz