easy-captcha 0.1.3

The Rust implement of the Java captcha library whvcse/EasyCaptcha.
1
2
3
4
5
//! 不同种类的Captcha实现  Different types of Captcha

pub mod arithmetic;
pub mod gif;
pub mod spec;