acon 0.3.3

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.
docs.rs failed to build acon-0.3.3
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: acon-0.5.2

acon

Documentation

ACON is a minimalistic data serialization language. It stands for Awk-Compatible Object Notation and is geared towards command-line usage using acon tools.

To include acon in your project.

# Cargo.toml
[dependencies]
acon = "0.3.3"

License

Licensed under GNU GPLv3, see the LICENSE.md file.