Crate rustdoc_features_example [] [src]

This is a small crate to test out different ways of rendering required features in rustdoc.

Modules

a

A public module that is always included in the crate.

foo

A public module that is only included in the crate with feature foo.

foo
foobar

A public module that is only included in the crate with features foo and bar.

bar, foo