rotor-dns 0.1.0

Asynchronous DNS resolver for rotor framework
Documentation
=========
Rotor DNS
=========

A pure-rust asynchronous domain name system resolver library.

:Status: Pre-alpha
:Documentation: http://tailhook.github.com/rotor-dns/

The library based on `resolv-conf`_ and `dns-parser`_ and mostly provides only
asynchronous layer on top of `rotor`_.

.. _resolv-conf: http://github.com/tailhook/resolv-conf
.. _dns-parser: http://github.com/tailhook/dns-parser
.. _rotor: http://github.com/tailhook/rotor

=======
License
=======

Licensed under either of

* Apache License, Version 2.0,
  (./LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license (./LICENSE-MIT or http://opensource.org/licenses/MIT)
  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.