vparser 1.2.0

Low-level non-validating icalendar/vcard parser.
Documentation
1
2
3
4
5
6
7
8
9
check:
	cargo build --all
	cargo fmt --check
	cargo clippy
	cargo test  # includes examples and doctests
	cargo doc  # fails on broken links

bench:
	cd benches && cargo bench -p benchmark