https://github.com/neoncitylights/sdmx
A Rust implementation of SDMX-JSON (Statistical Data and Metadata eXchange) using Serde
https://github.com/neoncitylights/sdmx
sdmx
Last synced: 8 months ago
JSON representation
A Rust implementation of SDMX-JSON (Statistical Data and Metadata eXchange) using Serde
- Host: GitHub
- URL: https://github.com/neoncitylights/sdmx
- Owner: neoncitylights
- License: apache-2.0
- Created: 2024-12-14T04:56:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-10-01T10:12:26.000Z (8 months ago)
- Last Synced: 2025-10-04T01:30:50.861Z (8 months ago)
- Topics: sdmx
- Language: Rust
- Homepage: https://docs.rs/sdmx_json/
- Size: 210 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# sdmx
[![License][license-badge]][license-url]
[![CI][ci-badge]][ci-url]
[![Security audit][security-badge]][security-url]
[license-badge]: https://img.shields.io/badge/License-MIT%20%26%20Apache%202.0-blue?style=flat-square
[license-url]: #license
[ci-badge]: https://img.shields.io/github/deployments/neoncitylights/sdmx/github-pages?label=deploy&style=flat-square
[ci-url]: https://github.com/neoncitylights/sdmx/actions/workflows/main.yml
[security-badge]: https://img.shields.io/github/actions/workflow/status/neoncitylights/sdmx/.github/workflows/main.yml?style=flat-square
[security-url]: https://github.com/neoncitylights/sdmx/actions/workflows/security-audit.yml
This monorepo provides Rust-related crates to SDMX (Statistical Data and Metadata eXchange). At the moment, this currently implements [SDMX-JSON](https://github.com/sdmx-twg/sdmx-json) and [SDMX-CSV](https://github.com/sdmx-twg/sdmx-csv), and may provide a crate for [SDMX-ML](https://github.com/sdmx-twg/sdmx-ml) in the future.
| Crate | Status | crates.io | docs.rs |
| --------- | ------ | --------- | ------- |
| [`sdmx_json`](./crates/sdmx_json) | Beta stage | [crates.io](https://crates.io/crates/sdmx_json) | [docs.rs](https://docs.rs/sdmx_json) |
| [`sdmx_csv`](./crates/sdmx_csv) | Alpha stage | *N/A* | *N/A* |
## License
Licensed under either of
- Apache License, Version 2.0 ([`LICENSE-APACHE`](LICENSE-APACHE) or )
- MIT license ([`LICENSE-MIT`](LICENSE-MIT) or )
at your option.
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.