captcha-core 0.0.1

Facade crate for captcha-sdk core server-side CAPTCHA types
Documentation
1
2
3
4
5
6
7
//! Core-name facade over `captcha-sdk`.
//!
//! This crate intentionally adds no behavior of its own. It reexports the
//! `captcha-sdk` API and forwards provider feature flags for applications that
//! prefer the `captcha-core` package name.

pub use captcha_sdk::*;