wasm-webidl-bindings-text-parser 0.1.0

Raw WebIDL bindings text encoder/decoder. Still in a state of flux!
Documentation
1
2
3
4
5
6
7
8
9
//! Working with the text format.

mod actions;
mod error;
mod lexer;
mod parser;

pub use actions::Actions;
pub use parser::parse_with_actions;