easy-captcha 0.1.3

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

pub(crate) mod captcha;
pub(crate) mod randoms;