easy-captcha 0.1.3

The Rust implement of the Java captcha library whvcse/EasyCaptcha.
1
2
3
4
5
//! Utilities

pub(crate) mod color;
pub(crate) mod font;
pub(crate) mod png;