oh *hell* yes, I was just about to implement this because I thought "there's no way this exists"
it does.
https://github.com/bluejekyll/trust-dns/blob/826f2c41958ab3bfb0ba27bca8bf8e0e38be6e71/proto/src/rr/domain/name.rs#L772-L821
@iliana what's that?
@Efi conversion of rust's native IP address types into trust-dns's Name type for .arpa names
for example, 192.0.2.1 => 1.2.0.192.in-addr.arpa
@Efi (which is used in reverse DNS)