70 releases (24 stable)

new 1.24.0 May 8, 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

#114 in Web programming

Download history 2475/week @ 2024-01-24 2453/week @ 2024-01-31 2184/week @ 2024-02-07 2262/week @ 2024-02-14 2144/week @ 2024-02-21 2487/week @ 2024-02-28 2848/week @ 2024-03-06 2946/week @ 2024-03-13 2689/week @ 2024-03-20 3286/week @ 2024-03-27 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 2112/week @ 2024-05-08

11,079 downloads per month

MIT license

430KB
9K 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–21MB
~324K SLoC