1
2
3
4
5
//! Cookie factory
#![cfg_attr(feature = "nightly", feature(trace_macros))]

pub use gen::*;
#[macro_use] mod gen;