/serde_ion

Rust implementation of serialization and deserialization of the Ion data format

Primary LanguageRustOtherNOASSERTION

serde_ion

Rust implementation of serialization and deserialization of the Ion data format.

This crate is an incomplete work in progress.

Documentation

The documentation of this crate draws extensively on the Ion documentation.

Testing

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

Conduct

This project follows the Rust Code of Conduct. For issues please contact the project authors instead of the Rust moderation team.