Crates.io | parse-hosts |
lib.rs | parse-hosts |
version | 0.5.0 |
source | src |
created_at | 2016-12-07 03:52:49.085782 |
updated_at | 2017-09-18 03:34:10.197287 |
description | Parser for an /etc/hosts file. |
homepage | |
repository | https://github.com/clarcharr/parse-hosts |
max_upload_size | |
id | 7498 |
size | 28,515 |
/etc/hosts
parserParser for /etc/hosts
. You may freely use and modify this code under the
CC0 1.0 Universal License.
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.