acon

Crates.ioacon
lib.rsacon
version0.5.2
sourcesrc
created_at2016-05-15 02:08:53.137418
updated_at2023-05-14 14:38:57.492096
descriptionA 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.
homepagehttps://github.com/kstrafe/acon-rs
repositoryhttps://github.com/kstrafe/acon-rs
max_upload_size
id5069
size61,795
(kstrafe)

documentation

http://acon.stravers.net/acon

README

acon

Build Status

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.

See acon for command-line utilities and the awk script.

To include acon in your project.

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

License

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

Commit count: 58

cargo fmt