No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2018-05-26 11:26:51 +02:00
examples make Config::parse argument generic 2017-11-29 16:17:55 -08:00
src Implement Display for Config, Network and ScopedIp 2018-04-10 11:36:22 -03:00
tests Implement Display for Config, Network and ScopedIp 2018-04-10 11:36:22 -03:00
.gitignore Minimal working parser (many things are not supported yet) 2015-12-24 19:38:35 +02:00
.rustfmt.toml rustfmt 2017-11-27 20:28:41 -08:00
.travis.yml Refresh travis.yml: no need to build docs, publish to crates.io 2017-11-30 02:17:02 +02:00
bulk.yaml vagga.yaml: upgrade rust to 1.21.1, add release boilerplate 2017-11-30 02:22:18 +02:00
Cargo.toml Update Cargo.toml 2018-05-26 11:26:51 +02:00
LICENSE-APACHE Changed license to dual MIT/Apache 2016-01-21 13:48:18 +02:00
LICENSE-MIT Changed license to dual MIT/Apache 2016-01-21 13:48:18 +02:00
README.md Fix formatting in readme 2018-02-04 16:14:27 +02:00
vagga.yaml vagga.yaml: upgrade rust to 1.21.1, add release boilerplate 2017-11-30 02:22:18 +02:00

Resolv-conf

Status: Beta

A /etc/resolv.conf parser crate for rust.

Why?

  1. There is no bare file parser in the crates.io at the moment
  2. I needed one to make dns resolver for rotor

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.