Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/balliegojr/simple-dns

Simple DNS written in Rust
https://github.com/balliegojr/simple-dns

Last synced: about 8 hours ago
JSON representation

Simple DNS written in Rust

Awesome Lists containing this project

README

        

[![Rust](https://github.com/balliegojr/simple-dns/actions/workflows/rust.yml/badge.svg)](https://github.com/balliegojr/simple-dns/actions/workflows/rust.yml)
[![dependency status](https://deps.rs/repo/github/balliegojr/simple-dns/status.svg)](https://deps.rs/repo/github/balliegojr/simple-dns)

Pure Rust implementation to work with DNS packets

This repository provide two crates [simple-dns](simple-dns/README.md) and [simple-mdns](simple-mdns/README.md)

# Simple-dns
Provides DNS packet parsing and building

# Simple-mdns
Provides MDNS and Service Discovery utilities