Docs.rs
captcha-a-0.1.6
captcha-a 0.1.6
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
liuguangw
Dependencies
base64 ^0.13.0
normal
image ^0.24.3
normal
imageproc ^0.23.0
normal
rand ^0.8.5
normal
rusttype ^0.9.2
normal
actix-web ^4
dev
serde ^1.0
dev
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Crate captcha_a
Version 0.1.6
All Items
Structs
Enums
Type Definitions
?
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 Definitions
ImageResult
Result of an image decoding/encoding process