1 unstable release
Uses old Rust 2015
0.1.4 | Jun 18, 2019 |
---|
#330 in Email
23KB
370 lines
socketlabs-rs
Unofficial Rust library for the SocketLabs API.
socketlabs-rs is available on crates.io and can be included in your Cargo.toml as follows:
[dependencies]
socketlabs = "0.1.3"
Running the example
You must have valid SocketLabs server_id
and api_key
to run the example.
SOCKETLABS_SERVER_ID=<your_server_id> SOCKETLABS_API_KEY=<your_api_key> cargo run --example send_email
Generate docs
cargo doc --no-deps --lib --open
License
This software is available under version 2.0 of the MPL:
lib.rs
:
Unofficial Rust library for the SocketLabs API.
The code for this project resides at https://github.com/brizental/socketlabs-rs
Support
The following APIs are supported
- Injection
The following APIs are unsupported
- Notification
- Marketing
- Inbound
- Reporting
- On-Demand
Dependencies
~20MB
~448K SLoC