[][src]Crate chrome_devtools

An experimental new library that serializes and deserializes messages for the Chrome Devtools Protocol.

The Devtools Protocol is divided into a number of domains. Each of these domains have "methods" and "events" that can be both serialized and deserialized by this library.

Re-exports

pub use domain::runtime;
pub use domain::runtime::Runtime;
pub use domain::Domain;

Modules

domain