experimental crate to generate the Chrome Devtools Protocol.
Cargo.toml
[build-dependencies]
auto_generate_cdp = "0.1.1"
build.rs
``` use autogeneratecdp::init;
fn main() { init(); }
```
this will generate protocol.rs
in your src folder which you can use in your crate