trust-dns

A Rust based DNS client, server, and resolver [Moved to: https://github.com/hickory-dns/hickory-dns] (by bluejekyll)

Trust-dns Alternatives

Similar projects and alternatives to trust-dns

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better trust-dns alternative or higher similarity.

trust-dns reviews and mentions

Posts with mentions or reviews of trust-dns. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-09.
  • You might want async in your project
    2 projects | news.ycombinator.com | 9 Sep 2023
    IO is not a part of the async runtime contract (I don't know if this is good or bad), and Tokio & futures famously have different `Async{Read,Write}` traits. I once had to do this [0] to adapt between them.

    This means that any crate that uses IO will be bound to a limited number of Runtimes. Everything being Tokio-only is pretty bad (though Tokio itself is great), but here we are...

    [0] https://github.com/bluejekyll/trust-dns/pull/1373#issuecomme...

  • What would you rewrite in Rust?
    44 projects | /r/rust | 11 Feb 2023
    You might be interested in Trust DNS - "A Rust based DNS client, server, and Resolver, built to be safe and secure from the ground up."
  • Announcing `async-dns`
    4 projects | /r/rust | 22 Sep 2022
    It looks like you need to reach for a separate crate for that: https://github.com/bluejekyll/trust-dns/blob/7dcb7b983f5407d95d93b800af13caeee975aaa8/crates/async-std-resolver/src/lib.rs
    4 projects | /r/rust | 22 Sep 2022
    This is not true; you can use the async resolver with other executors: https://github.com/bluejekyll/trust-dns/blob/main/crates/resolver/src/async_resolver.rs
  • Innernet: Open source Rust based Tailscale alternative by Tonari
    6 projects | news.ycombinator.com | 29 Mar 2021
    You could run a local DNS server using something like https://github.com/bluejekyll/trust-dns . Or, you could install an NSS module to resolve names via the innernet client.
  • single-producer single-consumer concurrent queue
    5 projects | /r/rust | 29 Mar 2021
    My point is that "implementation that doesn't use unsafe" is not necessarily always slower than "implementation that does use unsafe". Often people assume that this is the case, and it isn't. tinyvec currently beats smallvec in more than a few benchmarks. Not all, but some. And this sometimes visible to users. The point is that if you want speed, you don't necessarily need to give up any safety at all. Most differences in performance are due to the amount of effort or expertise that has been spent on the codebase, not the amount of unsafe in it.
  • A note from our sponsor - Onboard AI
    getonboard.dev | 9 Dec 2023
    Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev. Learn more →

Stats

Basic trust-dns repo stats
14
3,254
7.1
about 2 months ago
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com