mcaptcha-api-rs: Library to interact with with mCaptcha API
This library provides a convenient interface to validate mCaptcha authorization
tokens presented by
Visitors against your mCaptcha instances. It uses reqwest,
and native-tls
under the hood to communicate with the API.
Install
Example
use Url;
use MCaptcha;
let mcaptcha = new;
assert!;