Crate captcha_a

Source
Expand description

a captcha library for rust

Structs§

Captcha
captcha
CaptchaBuilder
the builder of captcha
Rgba
RGB colors + alpha channel

Enums§

Font
A single font. This may or may not own the font data.
ImageError
The generic error type for image operations.

Type Aliases§

ImageResult
Result of an image decoding/encoding process