chaser-oxide 0.2.4

Undetectable browser automation library
Documentation
1
2
3
4
5
6
/// Credentials for authentications
#[derive(Debug, Clone)]
pub struct Credentials {
    pub username: String,
    pub password: String,
}