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

Latest commit

 

History

History

tokio-cdp

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

tokio-cdp (unstable; unreleased)

Chrome DevTools Protocol client/server library for Rust/Tokio

Linux/OSX Build Status Windows Build Status

Documentation

Usage

First, add this to your Cargo.toml:

[dependencies.tokio-cdp]
git = "https://github.com/devtools-html/rust-cdp"

Next, add this to your crate:

extern crate tokio_cdp;

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.