captcha_rust
captcha_rust is a library that generates picture verification codes. Example pictures are as follows:
![]() |
![]() |
![]() |
---|---|---|
![]() |
![]() |
![]() |
Example
Add the following dependency to the Cargo.toml file:
[]
= "0.1.3"
And then get started in your main.rs
:
use Captcha;