Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 642 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 642 Bytes

DNS resolver

Build Status

Resolving a host name following RFC-1035

Installation

  • 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

Note

This project is built based on the Coding Challenge proposed by John Cricket.