An open API service indexing awesome lists of open source software.

https://github.com/wintercore/rustdns


https://github.com/wintercore/rustdns

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# RustDNS

DNS client/server implementation in Rust

The goal of this project is for me to learn more about how DNS works and improve my rust knowledge.

## How to run locally
1. Install [Rust](https://www.rust-lang.org/tools/install)
2. Clone this repo `git clone git@github.com:WinterCore/rustdns.git`
3. Run `cargo run` at the root folder of the project.

To run the tests run `cargo test`