- Notifications
You must be signed in to change notification settings - Fork32
NIF wrapper of html5ever using Rustler
License
Apache-2.0, MIT licenses found
Licenses found
rusterlium/html5ever_elixir
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
NIF binding ofhtml5ever usingRustler.
It is currently functional with basic features.
The package can be installed by addinghtml5ever to your list of dependencies inmix.exs:
defdepsdo[{:html5ever,"~> 0.17.0"}]end
Or withMix.install/1:
Mix.install([:html5ever])
By defaultyou don't need Rust installed because the lib will try to downloada precompiled NIF file. In case you want to force compilation set theHTML5EVER_BUILD environment variable totrue or1. Alternatively you can also set theapplication env:build_from_source totrue in order to force the build:
config:html5ever,Html5ever,build_from_source:true
You also need to add Rustler to your dependencies when you want to forcethe compilation:
defdepsdo[{:html5ever,"~> 0.17.0"},{:rustler,">= 0.0.0",optional:true}]end
Licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE orhttp://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT orhttp://opensource.org/licenses/MIT)
at your option.
About
NIF wrapper of html5ever using Rustler
Topics
Resources
License
Apache-2.0, MIT licenses found
Licenses found
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.
Contributors8
Uh oh!
There was an error while loading.Please reload this page.