A rust library to query Postmark API.
Add the crate dependency to your Cargo.toml:
toml
[dependencies]
postmark = "x.y.z"
And use it, see documentation at: https://docs.rs/postmark.
This crate is heavily inspired by the article "Designing Rust bindings for REST APIs by Ben Boeckel.
postmark is distributed under the terms of both the MIT license and the Apache License (Version 2.0).