mischov / meeseeks

An Elixir library for parsing and extracting data from HTML and XML with CSS or XPath selectors.
MIT License
316 stars 23 forks source link

Precompile NIFs #121

Closed mischov closed 1 year ago

mischov commented 1 year ago

Upgrades to meeseeks_html5ever v0.14.0 which uses rustler_precompiled to precompile NIFs, removing the need to have Rust installed during compilation.