Skip to main content

captcha_core/
lib.rs

1//! Core-name facade over `captcha-sdk`.
2//!
3//! This crate intentionally adds no behavior of its own. It reexports the
4//! `captcha-sdk` API and forwards provider feature flags for applications that
5//! prefer the `captcha-core` package name.
6
7pub use captcha_sdk::*;