captcha-sdk 0.0.1

Unified server-side CAPTCHA verification for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
output:
  - success
  - failure

pre-commit:
  parallel: false
  commands:
    fmt:
      glob: "{src/**/*.rs,tests/**/*.rs}"
      run: cargo fmt --all
      stage_fixed: true