1
2
3
4
5
//! 不同种类的Captcha实现  Different types of Captcha

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