rand-construct 0.14.0

Encapsulates the random-constructible and random-constructible-derive crates which are used for creating random instances of data structures with weighted probabilities
Documentation
1
2
3
4
// ---------------- [ File: rand-construct/src/lib.rs ]
pub use random_constructible::*;
pub use random_constructible_derive::*;
pub use once_cell::{self,sync::Lazy};