ndarray-unit 0.1.0

A package providing a system of units to the ndarray type
Documentation
all:
	cargo build
	cargo test
	cargo doc
	cargo run

clean:
	cargo clean