MeeseeksHtml5ever (MeeseeksHtml5ever v0.14.0) View Source

MeeseeksHtml5ever is intended for internal use by Meeseeks, and parses HTML or XML into a Meeseeks.Document.

By default this lib will try to use a precompiled NIF from the GitHub releases page. This way you don't need to have the Rust toolchain installed. In case no precompiled file is found and the Mix env is production then an error is raised.

You can force the compilation to occur by setting the value of the MEESEEKS_HTML5EVER_BUILD environment variable to "true" or "1". Alternatively you can also set the application env :build_from_source to true in order to force the build:

config :meeseeks_html5ever, MeeseeksHtml5ever, build_from_source: true

Link to this section Summary

Functions

Parses an HTML string into a Meeseeks.Document.

Parses an XML string into a Meeseeks.Document.

Link to this section Functions

Parses an HTML string into a Meeseeks.Document.

Parses an XML string into a Meeseeks.Document.