captcha_oxide 6.0.0

Library for interacting with the 2Captcha API to solve captcha puzzles
Documentation
1
2
3
4
5
6
7
8
9
use serde::Serialize;

#[derive(Serialize, Debug, Clone, Copy)]
#[serde(rename_all = "lowercase")]
pub enum Kind {
    Http,
    Socks4,
    Socks5,
}