mapstic 0.1.0

Tooling to generate Elasticsearch index mappings from type definitions
Documentation
1
2
3
4
5
6
7
8
9
10
macro_rules! assert_snapshot {
    ($($arg:tt)*) => {
        insta::with_settings!(
            { sort_maps => true},
            { insta::assert_yaml_snapshot!($($arg)*); }
        );
    };
}

pub(crate) use assert_snapshot;