fluids 0.0.1

A library to model various fluid flows
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
check: 
    cargo watch --clear --exec check

test: 
    cargo watch --clear --exec test

build: 
	cargo build --release

run: 
	cargo run --release

publish:
	cargo build
	cargo publish