NLnetLabs / domain

A DNS library for Rust.

Home Page:https://nlnetlabs.nl/projects/domain/about/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

function dname_from_addr

williamdes opened this issue · comments

Source: https://github.com/NLnetLabs/domain/blob/v0.8.0/src/resolv/lookup/addr.rs#L101

Could this function be public in your crate ?
It's so neat I copied it into my project and linked the source

Nervermind, I found that https://docs.rs/rustdns/0.4.0/rustdns/util/fn.reverse.html has the same function exposed
Maybe you can depend on it

It’s still a good suggestion and we will provide this in some form …

Okay, thanks for re opening