On docs.rs subcrates are not documented under ferray they are all in their separate crates, e.g. ferray-random.
It would be friendlier to have the docs appear in ferray so searching for default_rng_seeded shows up directly.
I believe this is done with the #[doc(inline)] annotation in the includes.
On docs.rs subcrates are not documented under
ferraythey are all in their separate crates, e.g.ferray-random.It would be friendlier to have the docs appear in
ferrayso searching fordefault_rng_seededshows up directly.I believe this is done with the
#[doc(inline)]annotation in the includes.