parse-hosts 0.5.0

Parser for an /etc/hosts file.
Documentation

/etc/hosts parser

Parser for /etc/hosts. You may freely use and modify this code under the CC0 1.0 Universal License.

Usage

To use in your own project, just add the below to your Cargo.toml file.

[dependencies]
parse-hosts = "0.4"

For more formal documentation, you can find the rustdoc here.