captcha 1.0.0

Library for generating CAPTCHAs.
Documentation
1
2
3
4
5
6
7
8
all:
	cargo run --example captcha
	cargo run --example build_captchas
	cargo run --release --example perf

perf:
	cargo build --release --example perf
	valgrind --tool=callgrind ../target/release/examples/perf