Amanieu / parking_lot

Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.
Apache License 2.0
2.77k stars 217 forks source link

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

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.