black-jack 0.0.1

Rust backend engine for Python package lumber-jack
Documentation
1
2
3
4
5
6
7
8
9


VERSION := 0.0.1

build-docs:
	cargo doc --no-deps --open

test-rust:
	cargo test