edn-rs 0.11.3

Crate to parse and emit EDN
Documentation
1
2
3
4
5
6
7
int:
	cargo test --test lib --no-fail-fast --features "json"

unit:
	cargo test --locked  --no-fail-fast --lib

test: unit int