orium / cargo-rdme

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

Support intralinks to primitive types #10

Open orium opened 2 years ago

orium commented 2 years ago

There is currently no way to link to usize or other primitive types.

aatifsyed commented 4 months ago

I hit this: https://github.com/aatifsyed/typeslice/blob/b646fd8518370e4f3d3e5b6a0a25a47a36084c53/README.md?plain=1#L10

orium commented 4 months ago

This should be fixed as part of https://github.com/orium/cargo-rdme/issues/177