pado 0.1.0

A tidal flow through your projects
Documentation
1
2
3
4
5
6
[commands]
build = "cargo build --release"
test = "cargo test --all-features"
dev = "cargo watch -x run"
check = "cargo check && cargo clippy"
docs = "cargo doc --open"