ndarray-unit 0.1.0

A package providing a system of units to the ndarray type
Documentation
1
2
3
4
5
6
7
8
all:
	cargo build
	cargo test
	cargo doc
	cargo run

clean:
	cargo clean