Skip to content

kstrafe/acon-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.