An experimental binary node module based on the Rust html5ever library. Cleans up HTML by parsing it to DOM & serializing it back.
Also, task #1 is to actually free the returned buffer.
Initial boilerplate was generated with yo rust-ffi
, a yeoman generator for rust/node bindings.
- Make sure to have Rust stable (1.2)
npm install