Registry / networking / viaspf

viaspf

JSON →
library0.6.0rscratesunverified

Implementation of the Sender Policy Framework (SPF) specification for email authentication.

# Cargo.toml [dependencies] viaspf = "0.6.0"
INSTALL
IMPORT
SIG · VIASPF
V
viaspf
networkingrustv0.6.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

SpfResult
use viaspf::SpfResult;

Shows basic usage of the SpfResult enum from viaspf.

use viaspf::SpfResult; fn main() { let result = SpfResult::Pass; println!("SPF result: {:?}", result); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.6.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
27 hits · last 30 days
node
22
Amazon
1
Resources
viaspf — cargo add viaspf · libregistry