TempMail.lol Rust API
Crate API wrapper for TempMail.lol service.
Installation
Install from crates.io. Add the following line to your Cargo.toml file's dependencies section:
[]
= "0.1"
Usage
Library support async and sync functions.
Sync
Async
For async functions you need to use async feature flag:
[]
= { = "0.1", = ["async"] }
And then use any async runtime:
async
More examples you can find in examples folder.