notionrs_macro 0.4.0

Builder-style setter derive used by notionrs
Documentation
1
2
3
4
5
test:
	cargo test

coverage: test
	cargo llvm-cov report --show-missing-lines --color=always 2>&1 | grep -v " 100.00%"