zigdig icon indicating copy to clipboard operation
zigdig copied to clipboard

naive dns client library in zig

Results 2 zigdig issues
Sort by recently updated
recently updated
newest added

new constraints: - bring the code from the stdlib PR back to the repo - proper library design so its easier to PR back to std - don't require allocations...

this has been the plan but while i have a library that can let you write a heapless dns client, i do not know if its design actually makes _sense_...