Module hotdrink_rs::examples::components[][src]

Reusable components. Can for instance be used for testing and benchmarking.

Modules

numbers

Examples of generic numeric components.

priority_adjust

An example component for testing the variable priority adjuster.

Structs

Ladder

A component factory for creating ladder-like components.

LinearOneway

A component factory for creating linear-oneway components.

LinearTwoway

A component factory for creating linear-twoway components.

Random

A component factory for creating random components.

Unprunable

A component factory for creating unprunable components.

Traits

ComponentFactory

A trait for structs that can build components of a specified size. This is used for creating components in benchmarks.