We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
#[doc(inline)] pub extern crate foo;
Could show foo as if it was a module.
foo
extern crate foo; #[doc(inline)] pub use foo::*;
Could inline the reexported items as if foo was a module.