decon-spf 0.3.3

This is a simple tool that allows you to deconstruct an existing SPF record that might be retreived in a normal DNS TXT lookup. With version 0.2.0 you can now also construct a new Spf record.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod a;
mod construct;
mod display;
mod exists;
mod include;
mod ip4;
mod ip6;
mod mx;
mod parse;
mod ptr;
#[cfg(feature = "serde")]
mod serde;