orium / cargo-rdme

Cargo command to create the README.md from your crate's documentation
Mozilla Public License 2.0
126 stars 5 forks source link

Support generating READMEs for each workspaces #235

Open arlyon opened 3 months ago

arlyon commented 3 months ago

In a rust workspace with multiple crates, it would be nice for cargo rdme to run in each of the subcrates. Workaround for now is cargo ws exec --no-bail cargo rdme