71 releases (25 stable)

1.25.0 Jul 11, 2024
1.22.0 Apr 30, 2024
1.21.0 Mar 6, 2024
1.15.0 Dec 7, 2023
0.64.2 Jul 28, 2022

#1127 in Asynchronous

Download history 2802/week @ 2024-04-03 2526/week @ 2024-04-10 3105/week @ 2024-04-17 2620/week @ 2024-04-24 2610/week @ 2024-05-01 2923/week @ 2024-05-08 2949/week @ 2024-05-15 2865/week @ 2024-05-22 2597/week @ 2024-05-29 3065/week @ 2024-06-05 2568/week @ 2024-06-12 2461/week @ 2024-06-19 2436/week @ 2024-06-26 2290/week @ 2024-07-03 3122/week @ 2024-07-10 1611/week @ 2024-07-17

10,084 downloads per month

MIT license

470KB
10K SLoC

Svix - Webhooks as a service

Website | Documentation | Community Slack

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

⚡️ Features ⚡️
Officially Supported
API Support
Signature Verification
Caveats None! 🚀

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  }

Dependencies

~8–20MB
~311K SLoC