un3481 / meeseeks_html5ever

Meeseeks-specific NIF binding of html5ever using Rustler.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Meeseeks_Html5ever

MeeseeksHtml5ever version tests

Originally a fork of Hansihe's html5ever_elixir that is more tightly coupled with Meeseeks, Meeseeks_Html5ever has grown to include additional functionality, such as use of xml5ever for XML parsing.

Compatibility

Meeseeks_Html5ever requires a minimum combination of Elixir 1.7.0 and Erlang/OTP 21.0, and is tested with a maximum combination of Elixir 1.12.0 and Erlang/OTP 24.0.

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.13.1"}
  ]
end

Finally, run mix deps.get.

Contributing

If you are interested in contributing please read the contribution guidelines.

License

Licensed under either of

at your option.

About

Meeseeks-specific NIF binding of html5ever using Rustler.

License:Apache License 2.0


Languages

Language:Rust 60.6%Language:Elixir 33.9%Language:HTML 5.5%