sendgrid 0.1.2

An unofficial client library for the SendGrid API
docs.rs failed to build sendgrid-0.1.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: sendgrid-0.21.0

sendgrid-rs

Unofficial Rust library for SendGrid API.

Build Status Clippy Linting Result

You must download an API key in order to use this library. I made it this way to keep you more secure by using environment variables instead of including sensitive information in your source code.

To create an API key for your SendGrid account see this page.

Then set that key as an environment variable as such (works with Bash and ZSH).

export SENDGRID_API_KEY="my.API.KEY"

See the examples directory on how to use environment variables in Rust.

To use this code in your project set this as a dependency in your Cargo.toml:

sendgrid = "0.1.2"

The library implements all of the functionality of other supported client libraries.

Documentation

Documentation

Please don't hesitate to contact me at the email listed in my profile. I will try to help as quickly as I can. If you would like to contribute, contact me as well.

License

MIT