omnicaptcha 0.0.1

Facade crate for the captcha-sdk server-side CAPTCHA API
Documentation
1
2
3
4
5
6
7
8
9
# omnicaptcha

Umbrella facade crate for provider-independent CAPTCHA verification.

`omnicaptcha` reexports the public `captcha-sdk` API for projects that prefer a
provider-neutral package name.

Provider-specific modules remain feature-gated and forward to the matching
`captcha-sdk` features.