sdmx_json 0.6.2

A Rust implementation of SDMX-JSON (Statistical Data and Metadata eXchange) using Serde
Documentation
1
2
3
4
5
6
7
8
mod all;
mod common;
mod constraints;
mod traits;
pub use all::*;
pub use common::*;
pub use constraints::*;
pub use traits::*;