rust-faces 1.0.0

A Rust library for face detection
Documentation
1
2
3
4
5
6
7
8
test:
  cargo test --verbose --release --all-features

fmt:
  cargo fmt --verbose --all -- --check

clippy:
  cargo clippy --verbose --all-targets --all-features -- -D warnings