Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/balliegojr/simple-dns
- Owner: balliegojr
- License: mit
- Created: 2021-03-06T04:53:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-25T21:53:05.000Z (8 months ago)
- Last Synced: 2024-04-29T20:06:57.879Z (7 months ago)
- Language: Rust
- Size: 475 KB
- Stars: 49
- Watchers: 2
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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