xcelerate 0.1.6

A high-performance, lightweight Chrome DevTools Protocol (CDP) client for Rust.
Documentation
1
2
3
4
5
6
pub mod patcher;
pub mod process;

pub use patcher::BinaryPatcher;
pub use process::{spawn_detached, ProcessRegistry};