This crate provides Factory trait and its implementations.
The trait makes it possible to create any number of instances of a specific type.
Creates default instances of u8 type:
```rust use factory::{DefaultFactory, Factory};
let f = DefaultFactory::