simimgrs 0.1.3

this crate checks for similar image using average hash algorism.
Documentation
1
2
3
4
5
6
7
8
9
10
all: check test

check:
	cargo fmt -- --check && cargo clippy -- -D warnings

test:
	cargo test

doc:
	cargo doc --open