marshallpierce / rust-base64

base64, in rust
Apache License 2.0
606 stars 113 forks source link

Add `--generate-link-to-definition` option when building on docs.rs #244

Closed GuillaumeGomez closed 1 year ago

GuillaumeGomez commented 1 year ago

This option generates links in source code pages, allowing to jump to definition and to jump back to doc. It makes browsing the source code pages much nicer. You can see it in action here.

marshallpierce commented 1 year ago

Thanks!