# hostfile ![Rust](https://github.com/aneeshdurg/hostfile/workflows/Rust/badge.svg) ![crates.io](https://img.shields.io/crates/v/hostfile.svg) [![Docs](https://docs.rs/hostfile/badge.svg)](https://docs.rs/hostfile) A rust crate for parsing /etc/hosts + published on [crates.io](https://crates.io/crates/hostfile) # Installation ```bash cargo add hostfile ``` or add the following to your `Cargo.toml` ``` hostfile = "1.0.0" ```