datum 1.0.0

Terse, human-writable data format.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[features]
alloc = []
default = ["std", "detailed_errors"]
detailed_errors = []
std = ["alloc"]

[package]
description = "Terse, human-writable data format."
edition = "2018"
license = "Unlicense"
name = "datum"
readme = "README.md"
repository = "https://github.com/20kdc/gabien-common/"
version = "1.0.0"

[package.metadata]
msrv = "1.54.0"