Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aneeshdurg/hostfile

A rust crate for parsing /etc/hosts
https://github.com/aneeshdurg/hostfile

Last synced: about 1 month ago
JSON representation

A rust crate for parsing /etc/hosts

Awesome Lists containing this project

README

        

# 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.1.0"
```