在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:rusterlium/html5ever_elixir开源软件地址:https://github.com/rusterlium/html5ever_elixir开源编程语言:HTML 53.8%开源软件介绍:Html5ever binding for ElixirNIF binding of html5ever using Rustler. It is currently functional with basic features. InstallationThe package can be installed by adding def deps do
[{:html5ever, "~> 0.13.0"}]
end Forcing compilationBy default you don't need Rust installed because the lib will try to download
a precompiled NIF file. In case you want to force compilation set the
config :html5ever, Html5ever, build_from_source: true You also need to add Rustler to your dependencies when you want to force the compilation: def deps do
[
{:html5ever, "~> 0.13.0"},
{:rustler, ">= 0.0.0", optional: true}
]
end LicenseLicensed under either of
at your option. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论