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 foo

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

foobar foo, bar

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