Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Meeseeks-specific NIF binding of html5ever using Rustler.

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
NotificationsYou must be signed in to change notification settings

mischov/meeseeks_html5ever

MeeseeksHtml5ever versionCI

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

Compatibility

Meeseeks_Html5ever is tested with a minimum combination of Elixir 1.16.0 and Erlang/OTP 26.0 and a maximum combination of Elixir 1.18.0 and Erlang/OTP 27.0.

Installation

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

defdepsdo[{:meeseeks_html5ever,"~> 0.15.0"}]end

Finally, runmix deps.get.

Dependencies

Meeseeks_Html5ever depends on the Rust libraryhtml5ever, providing a Rustler-based NIF to interface with it.

You do not need to have Rust installed because the library will attempt to download a precompiled NIF file.

To force compilation you can either set theMEESEEKS_HTML5EVER_BUILD environment variable totrue or1, or add the following application configuration

config:meeseeks_html5ever,MeeseeksHtml5ever,build_from_source:true

If you want to force compilation you will need to have the Rust compilerinstalled, and will need to add Rustler to your dependencies.

defdepsdo[{:meeseeks_html5ever,"~> 0.15.0"},{:rustler,">= 0.0.0",optional:true}]end

Contributing

If you are interested in contributing please read thecontribution guidelines.

License

Licensed under either of

at your option.

About

Meeseeks-specific NIF binding of html5ever using Rustler.

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors5


[8]ページ先頭

©2009-2025 Movatter.jp