Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aneeshdurg/hostfile
- Owner: aneeshdurg
- License: mit
- Created: 2020-05-03T00:43:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-08T18:33:19.000Z (2 months ago)
- Last Synced: 2024-11-08T19:30:58.748Z (2 months ago)
- Language: Rust
- Size: 18.6 KB
- Stars: 6
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
```