parse-hosts

Crates.ioparse-hosts
lib.rsparse-hosts
version0.5.0
sourcesrc
created_at2016-12-07 03:52:49.085782
updated_at2017-09-18 03:34:10.197287
descriptionParser for an /etc/hosts file.
homepage
repositoryhttps://github.com/clarcharr/parse-hosts
max_upload_size
id7498
size28,515
Clar Fon (clarfonthey)

documentation

https://clarcharr.github.io/parse-hosts/parse_hosts

README

/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.

Commit count: 0

cargo fmt