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
#! /bin/bash -e

if [ -f 'lorem ipsum' ]; then
	rm 'lorem ipsum'
fi
if [ -d target ]; then
	rm -r target/
fi