Closed
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 😄