acon 0.5.1

A native Rust ACON encoder and decoder. Provides FromStr and Display for deserialization and serialization respectively. Comes with some utilities to make working with the data structure easier.
Documentation
language: rust
rust:
  - stable
  - beta
  - nightly
sudo: false
script:
  - cargo test --verbose
notifications:
  email:
    on_success: never