flex-dns

Crates.ioflex-dns
lib.rsflex-dns
version1.0.1
sourcesrc
created_at2023-08-31 12:04:10.024818
updated_at2023-09-01 17:50:14.752143
descriptionA no alloc no std DNS parser and serializer written in Rust.
homepage
repositoryhttps://github.com/28Smiles/flex-dns
max_upload_size
id959868
size2,786,102
28Smiles (28Smiles)

documentation

https://docs.rs/flex-dns

README

Flex-Dns

Crates docs.rs License: MIT CI codecov

Flex-Dns is a DNS parser and serializer written in Rust. It is designed to be used in embedded systems, but can also be used in other projects. For usage in embedded systems, we completely avoid the usage of the heap. This means that the library is no_std compatible. This library is runtime panic free, and all errors are handled by returning a Result type, this is ensured by fuzzing the library. If you are missing a feature or find a bug, feel free to open an issue or a pull request.

Commit count: 9

cargo fmt