Postmark

CI crates.io Documentation License

A rust library to query Postmark API.

Usage

Add the crate dependency to your Cargo.toml:

toml [dependencies] postmark = "x.y.z"

And use it, see documentation at: https://docs.rs/postmark.

Thanks

This crate is heavily inspired by the article "Designing Rust bindings for REST APIs by Ben Boeckel.

License

postmark is distributed under the terms of both the MIT license and the Apache License (Version 2.0).