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.
document-features
is a crate that, likecargo-readme
, tries to minimize copypasta for developers.In this case, comments in the
[features]
section of a crate'sCargo.toml
get used to populate a section in the docs; via a Rust macro. This is of ignored bycargo-readme
as it would require to run on a source file after macro expansion.