#parser-serializer #dns #serialization #parser #no-alloc #no-std

nightly no-std flex-dns

A no alloc no std DNS parser and serializer written in Rust

3 releases (stable)

1.0.1 Sep 1, 2023
1.0.0 Aug 31, 2023
0.1.0 Aug 31, 2023

#1369 in Cryptography

30 downloads per month

MIT license

245KB
6K SLoC

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.

Dependencies

~710KB
~13K SLoC