miniconf 0.20.1

Serialize/deserialize/access reflection for trees
Documentation
1
2
3
4
5
use miniconf::TreeSchema;

fn main() {
    const _: usize = <[usize; 0] as TreeSchema>::SCHEMA.shape().max_depth;
}