preserves 0.6.0

Implementation of the Preserves serialization format via serde.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# cargo install cargo-watch
watch:
	cargo watch -c -x check -x 'test -- --nocapture'

clippy-watch:
	cargo watch -c -x clippy

inotifytest:
	inotifytest sh -c 'reset; cargo build && RUST_BACKTRACE=1 cargo test -- --nocapture'

debug-tests:
	cargo test --no-run
	gdb --args $$(cargo test 3>&1 1>&2 2>&3 3>&- | grep Running | awk '{print $$2}') --test-threads=1