svix 1.84.1

Svix webhooks API client and webhook verification library
Documentation

Rust library for interacting with the Svix API and verifying webhook signatures

GitHub tag Crates.io docs.rs License Join our slack

Usage Documentation

You can find general usage documentation at https://docs.svix.com. For complete API documentation with code examples for each endpoint in all of our official client libraries head over to our API documentation site at https://api.svix.com.

Language Support

Usage

Please refer to the documentation or the API reference for more usage instructions.

Optional Cargo Features

TLS

By default reqwest uses rust-native-tls, which will use the operating system TLS framework if available, meaning Windows and macOS. On Linux, it will use OpenSSL 1.1.

rustls-tls can also be chosen, eg.:

svix = { version = "N", features = ["rustls-tls"], default-features = false  }