ion-binary-rs 0.2.3

Pure Rust binary parser for Amazon's Ion. It helps to communicate with products like QLDB.
Documentation
1
2
3
4
5
6
7
8
# Rust Ion Binary
Parser for Amazon Ion binary format in pure safe Rust.

[![Coverage Status](https://coveralls.io/repos/github/Couragium/ion-binary-rs/badge.svg?branch=master)](https://coveralls.io/github/Couragium/ion-binary-rs?branch=master) ![Buils Status](https://github.com/Couragium/ion-binary-rs/workflows/Rust/badge.svg) [![Documentation](https://docs.rs/ion-binary-rs/badge.svg)](https://docs.rs/ion-binary-rs)![Crates.io](https://img.shields.io/crates/v/ion-binary-rs)

## Project status

The library should be feature complete for decoding, encoding will be done later and only for primitive types. Currently we are implementing the full test suite from Amazon. Once done, we will start using the library in a project we are building for a customer, so it will be production ready.