pdl

Parse PDL file for the Chrome DevTools Protocol.
Usage
To use pdl in your project, add the following to your Cargo.toml:
[]
= "0.1"
Example
Use pdl::parse to parse a PDL file as strongly typed data structures.
let mut f = open?;
let mut s = Stringnew;
f.read_to_string?;
let = parse?;
println!;
println!;
For more detail, please check the parser example.