Hi,
Newbie here - learning from the Nim book and working on pet project. I would love to use nim for networking tools. I've got stuck on making DNS queries. I am surprised there is nothing built into the standard library.
What is the Nim way of looking up e.g. TXT? Should I be calling C code for it? Has anyone done this before?
I've tried this, but I cannot believe one has to write a library for DNS lookups (it's also broken):
https://github.com/ba0f3/dnsclient.nim
Thank you!