stygian-browser 0.9.2

Anti-detection browser automation library for Rust with CDP stealth features
Documentation
1
2
3
4
5
6
7
8
9
10
//! trybuild: a struct field missing #[selector(...)] must produce compile_error!

use stygian_extract_derive::Extract;

#[derive(Extract)]
struct MyStruct {
    name: String,
}

fn main() {}