Skip to content

brizental/socketlabs-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.2.0"

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:

https://www.mozilla.org/MPL/

About

Unofficial Rust library for the SocketLabs API.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages