boulder 0.3.0

Like a builder, but heavier.
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod builder;
pub mod generator;

pub use builder::{BuildableWithPersianRug, BuilderWithPersianRug};
pub use generator::{
    GeneratableWithPersianRug, GeneratorToGeneratorWithPersianRugWrapper, GeneratorWithPersianRug,
    GeneratorWithPersianRugIterator, GeneratorWithPersianRugMutIterator, RepeatFromPersianRug,
    SampleFromPersianRug, SequenceGeneratorWithPersianRug, SubsetsFromPersianRug,
    TryRepeatFromPersianRug,
};