dmarcguard 0.0.1

Official Rust SDK for the DMARCguard API (https://dmarcguard.io) - DMARC, SPF, and DKIM monitoring and reporting.
Documentation
  • Coverage
  • 100%
    3 out of 3 items documented0 out of 0 items with examples
  • Size
  • Source code size: 23.37 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 241.21 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 23s Average build duration of successful builds.
  • all releases: 46s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • dmarcguardhq/dmarcguard-sdk-rust
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • meysam81

dmarcguard-sdk-rust

crates.io docs.rs CI License: Apache-2.0

Official Rust SDK for the DMARCguard API.

DMARCguard is a hosted DMARC, SPF, and DKIM monitoring and enforcement platform. This crate provides idiomatic Rust bindings for the DMARCguard REST API so you can integrate domain authentication workflows directly from your Rust applications.

Installation

[dependencies]
dmarcguard = "0"

Or with cargo:

cargo add dmarcguard

Usage

use dmarcguard::{DEFAULT_API_BASE_URL, VERSION};

fn main() {
    println!("dmarcguard v{VERSION} -> {DEFAULT_API_BASE_URL}");
}

Full API surface lands in upcoming releases. Follow progress on GitHub or on dmarcguard.io.

Links

Release process

Versioning and publishing are fully automated:

License

Licensed under the Apache License, Version 2.0.