67 releases (21 stable)

1.21.0 Mar 6, 2024
1.16.0 Jan 24, 2024
1.15.0 Dec 7, 2023
1.14.0 Nov 17, 2023
0.64.2 Jul 28, 2022

#110 in Web programming

Download history 840/week @ 2023-12-31 1954/week @ 2024-01-07 1953/week @ 2024-01-14 2509/week @ 2024-01-21 2403/week @ 2024-01-28 2256/week @ 2024-02-04 2341/week @ 2024-02-11 2172/week @ 2024-02-18 2253/week @ 2024-02-25 3004/week @ 2024-03-03 2741/week @ 2024-03-10 2636/week @ 2024-03-17 3315/week @ 2024-03-24 2977/week @ 2024-03-31 2469/week @ 2024-04-07 2894/week @ 2024-04-14

11,745 downloads per month

MIT license

410KB
8K 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–22MB
~328K SLoC