Meeseeks_Html5ever

Build StatusMeeseeksHtml5ever version

A fork of Hansihe's html5ever_elixir that is more tightly coupled with Meeseeks.

Dependencies

Meeseeks_Html5ever depends on the Rust library html5ever, and you will need to have the Rust compiler installed.

Installation

Ensure Rust is installed, then add Meeseeks_Html5ever to your mix.exs:

def deps do
  [
    {:meeseeks_html5ever, "~> 0.8.1"}
  ]
end

Finally, run mix deps.get.

License

Licensed under either of

at your option.