domain 0.12.0

A DNS library for Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
origin: example.com.
zonefile: |
  example.com. 3600 IN TXT \# 4 03 66 6f 6f
result:
  - owner: example.com.
    class: IN
    ttl: 3600
    data: !Unknown
      rtype: Txt
      data: 03666f6f