Types and (de)serialization for the Chrome DevTools Protocol definition JSON
First, add this to your Cargo.toml
:
[dependencies.cdp-definition]
git = "https://github.com/devtools-html/rust-cdp"
Next, add this to your crate:
extern crate cdp_definition;
use cdp_definition::Definition;
Helpful resources:
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be licensed as above, without any additional terms or conditions.