rust-faces 0.3.0

A Rust library for face detection
Documentation
1
2
3
4
5
6
test:
  cargo test --verbose --release --all-features
fmt:
  cargo fmt --verbose --all -- --check
clippy:
  cargo clippy --verbose --all-targets --all-features -- -D warnings