Skip to content
This repository has been archived by the owner on Mar 17, 2020. It is now read-only.

Latest commit

 

History

History

cdp-definition

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

cdp-definition (unstable; unreleased)

Types and (de)serialization for the Chrome DevTools Protocol definition JSON

Linux/OSX Build Status Windows Build Status

Documentation

Usage

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;

License

MPL-2.0

Helpful resources:

Contribution

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.