Resolving a host name following RFC-1035
- Download or clone the project
- In the project directory, run
cargo build
- In order to resolve a host name, run
cargo run -- HOST_NAME
- In order to run the test
cargo test
This project is built based on the Coding Challenge proposed by John Cricket.