#parser #file #etc-hosts

parse-hosts

/etc/hosts 文件解析器

5 个版本 (破坏性更新)

使用旧的 Rust 2015

0.5.0 2017年9月18日
0.4.0 2017年7月6日
0.3.0 2016年12月9日
0.2.0 2016年12月8日
0.1.0 2016年12月7日

#3 in #etc-hosts


swc-hosts使用

自定义许可证

22KB
588

/etc/hosts 解析器

/etc/hosts 解析器。您可以在CC0 1.0 公共领域贡献许可证下自由使用和修改此代码。

用法

要在自己的项目中使用,只需将以下内容添加到您的 Cargo.toml 文件中。

[dependencies]
parse-hosts = "0.4"

更多正式文档,您可以在这里找到 rustdoc。

依赖关系

~120KB