Indra-db / Flecs-Rust

Rust API for Flecs: A Fast and Flexible Entity Component System (ECS)
MIT License
194 stars 11 forks source link

rustdoc: Enable unstable features for docs.rs #103

Closed waywardmonkeys closed 5 months ago

waywardmonkeys commented 5 months ago

This is the same as running:

RUSTDOCFLAGS="-Zunstable-options --generate-link-to-definition" cargo +nightly doc -Zunstable-options -Zrustdoc-scrape-examples

(And scraping examples is suported by flagging the examples as being valid for scraping in the examples configuration.)

waywardmonkeys commented 5 months ago

image

Also, in the source code, you can click on things to get back to their definitions.