I need some helpful suggestions:
Any portable way to look up DNS TXT and SRV records in a Rust library using the host OS resolver **without** pulling an additional thousand transitive dependencies? It doesn't necessarily have to be async.
My library crate is already very transitive dependency heavy, runs OOM when is built on 32bit systems in release profile (comedic I know), is packaged so I need to be frugal with new dependencies anyway. But this functionality is necessary.