Rust implementation of serialization and deserialization of the Ion data format.
This crate is an incomplete work in progress.
The documentation of this crate draws extensively on the Ion documentation.
This repository contains a git submodule called ion-tests (located at tests/ion-tests) containing Ion's compatibility test suite repository.
The submodule is required to run the test suite. It can be initialized from within the repository with the following commands.
$ git submodule init
$ git submodule update
This project follows the Rust Code of Conduct. For issues please contact the project authors instead of the Rust moderation team.