dmarcguard-sdk-rust
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
[]
= "0"
Or with cargo:
Usage
use ;
Full API surface lands in upcoming releases. Follow progress on GitHub or on dmarcguard.io.
Links
- Website: https://dmarcguard.io
- API docs: https://docs.dmarcguard.io
- Crate: https://crates.io/crates/dmarcguard
- Rust docs: https://docs.rs/dmarcguard
- Source: https://github.com/dmarcguardhq/dmarcguard-sdk-rust
Release process
Versioning and publishing are fully automated:
- release-please
opens a release PR based on
Conventional Commits landed on
main. Merging that PR tags the release. - CI then publishes to crates.io using
trusted publishing via
rust-lang/crates-io-auth-action(OIDC, no long-lived token).
License
Licensed under the Apache License, Version 2.0.