chuck 0.0.0

A non-self-describing text data format that is just all-around kind of stupid
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]

name = "chuck"

version = "0.0.0"

authors = ["UnrelatedString"]

categories = ["encoding"]

description = "A non-self-describing text data format that is just all-around kind of stupid"

keywords = ["serde"]

edition = "2021"

readme = "README.md"

license = "GPL-3.0-or-later"



[dependencies]

serde = "1.0"