7 releases
0.2.7 | Apr 28, 2024 |
---|---|
0.2.6 | Dec 18, 2023 |
0.2.5 | Nov 4, 2023 |
0.2.4 | Jan 21, 2022 |
0.1.0 |
|
#1053 in Network programming
165KB
4K
SLoC
Overview
This crate allows you to deconstruct an existing SPF record that might be retrieved with a dns query of type TXT.
With 0.2.0. You now have the ability to create SPF records programmatically. Check the Examples directory for sample code.
See Example Code
Lookup and deconstruct Spf record.
Run example
To see a list of available examples.
$ cargo run --example
$ cargo run --example trust-dns-demo
$ cargo run --example build-spf
$ cargo run -F strict-dns --example build-spf-strict
$ cargo run -F serde --example serde-demo
Syntax Validation
This crate is not intended to provide syntax validation.
If you are looking to validate your SPF record. I would suggest you use one of
the following:
I am sure there are many others that could be found.
Dependencies
~2.3–4MB
~77K SLoC