Expand description
fcaptcha
An experimental alternative implementation of FriendlyCaptcha/friendly-lite-server in Rust using Actix Web.
Re-exports
pub use crate::build_puzzle::build_puzzle;pub use crate::build_puzzle::build_puzzle_with;pub use crate::config::get;pub use crate::util::get_timestamp;pub use crate::verify_puzzle_result::verify_puzzle_result;pub use crate::verify_puzzle_result::verify_puzzle_result_with;pub use crate::web::build_puzzle_service;pub use crate::web::verify_puzzle_result_service;
Modules
- Implements building puzzles..
- Implements configuration of the crate.
- Implements utility functionality.
- Implements verifying puzzle results.
- Serves the functionality over the web. Requires the
webfeature.