Crates.io | acon |
lib.rs | acon |
version | 0.5.2 |
source | src |
created_at | 2016-05-15 02:08:53.137418 |
updated_at | 2023-05-14 14:38:57.492096 |
description | 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. |
homepage | https://github.com/kstrafe/acon-rs |
repository | https://github.com/kstrafe/acon-rs |
max_upload_size | |
id | 5069 |
size | 61,795 |
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"
Licensed under GNU GPLv3, see the LICENSE.md file.