4 releases

0.0.0-alpha.3 Jul 15, 2021
0.0.0-alpha.2 Nov 17, 2020
0.0.0-alpha.1 Jun 8, 2020
0.0.0-alpha.0 Feb 6, 2020

#15 in #incomplete

Download history 63/week @ 2024-07-20 92/week @ 2024-07-27 22/week @ 2024-08-03 57/week @ 2024-08-10 50/week @ 2024-08-17 54/week @ 2024-08-24 101/week @ 2024-08-31 66/week @ 2024-09-07 76/week @ 2024-09-14 110/week @ 2024-09-21 59/week @ 2024-09-28 75/week @ 2024-10-05 103/week @ 2024-10-12 93/week @ 2024-10-19 93/week @ 2024-10-26 76/week @ 2024-11-02

375 downloads per month
Used in 4 crates (via wrangler)

MIT license

22KB
516 lines

Chrome Devtools Protocol Wrapper

⚠️ DO NOT USE THIS CRATE ⚠️

The API is extremely unstable, untested, and incomplete. There are a few other crates in the ecosystem that likely better serve your needs.

What's here so far

This repository is home to a wrapper for the Chrome Devtools Protocol written in Rust. It is a work in progress and does not cover all of the possible message types that the protocol emits. If you would like to use this library but it does not support a message type you need, feel free to open a PR.


lib.rs:

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.

Dependencies

~2–3.5MB
~61K SLoC