hare

[hare] The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

README (267B)


      1 net::dns implements low-level DNS message encoding and decoding, as well as a
      2 porcelain DNS resolver.
      3 
      4 TODO:
      5 
      6 - DNS over TCP
      7 - Porcelain resolver API (resolv.conf)
      8 - Decoders for various record types
      9 - Complete RFC 2535 support
     10 - Look for other RFCs worth addressing