Html5ever binding for Elixir

NIF binding of html5ever using rustler.

It is currently functional, but missing some features and optimization.

Installation

The package can be installed by adding html5ever to your list of dependencies in mix.exs:

def deps do
  [{:html5ever, "~> 0.7.0"}]
end

License

Licensed under either of

at your option.