metafactory 0.4.4

Rust library to chain together object factories.
1
2
3
4
//! This implements metafactory construction from a closure.

mod zeroarg;
mod manyarg;