An open API service indexing awesome lists of open source software.

https://github.com/equalsraf/cxdbg


https://github.com/equalsraf/cxdbg

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# WIP

## A crate to interact with the chrome developer tools

build.rs basically transforms the developer tools protocol spec (src/chrome_protocol.json) into rust code.

Right now it generates an enum and a synchronous api, there is no reason why it can't generate something else.

## Usage

Start chromium

```
$ chromium --remote-debugging-port=9222
```