-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Labels
C-feature-requestCategory: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`Command-doc
Description
Find a way to insert package name/version in generated docs by cargo doc
.
Currently I use sed
to add the version of my package to the title of all doc pages. Adding this feature to cargo would spread this convention further, which would be useful, and I wouldn't have to use make & sed to script it 😄
manuel-woelker, jimmycuadra, Razican, gsingh93 and nickray
Metadata
Metadata
Assignees
Labels
C-feature-requestCategory: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`Command-doc