From ed0a2adfba8b8189231596df800ba7a0390bd4c7 Mon Sep 17 00:00:00 2001 From: svix-ken Date: Thu, 1 Dec 2022 16:43:27 -0600 Subject: [PATCH 1/2] add Svix --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 24e30e8..8f84031 100644 --- a/README.md +++ b/README.md @@ -1573,6 +1573,7 @@ See also [Are we web yet?](https://www.arewewebyet.org) and [Rust web framework * [pyrossh/rust-embed](https://github.com/pyrossh/rust-embed) — A macro to embed static assets into the rust binary * [serenity-rs/serenity](https://github.com/serenity-rs/serenity) [[serenity](https://crates.io/crates/serenity)] - A Rust library for the Discord API * [softprops/openapi](https://github.com/softprops/openapi) — A library for processing openapi spec files + * [svix/svix-webhooks](https://github.com/svix/svix-webhooks) - A library for sending webhooks and verifying signatures. * [tbot](https://gitlab.com/SnejUgal/tbot) [[tbot](https://crates.io/crates/tbot)] - Make cool Telegram bots with Rust easily [![pipeline status](https://gitlab.com/SnejUgal/tbot/badges/master/pipeline.svg)](https://gitlab.com/SnejUgal/tbot/-/commits/master) * [teloxide/teloxide](https://github.com/teloxide/teloxide/) - An elegant Telegram bots framework for Rust [![Build Status](https://github.com/teloxide/teloxide/workflows/Continuous%20integration/badge.svg?branch=master)](https://github.com/teloxide/teloxide/actions) * [utkarshkukreti/select.rs](https://github.com/utkarshkukreti/select.rs) [[select](https://crates.io/crates/select)] — A library to extract useful data from HTML documents, suitable for web scraping. [![Build Status](https://api.travis-ci.org/utkarshkukreti/select.rs.svg?branch=master)](https://travis-ci.org/utkarshkukreti/select.rs) From 9c393b4e441a997ca6011d4c2007094e4830f879 Mon Sep 17 00:00:00 2001 From: svix-ken Date: Thu, 1 Dec 2022 16:46:27 -0600 Subject: [PATCH 2/2] add crate info --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f84031..653e01d 100644 --- a/README.md +++ b/README.md @@ -1573,7 +1573,7 @@ See also [Are we web yet?](https://www.arewewebyet.org) and [Rust web framework * [pyrossh/rust-embed](https://github.com/pyrossh/rust-embed) — A macro to embed static assets into the rust binary * [serenity-rs/serenity](https://github.com/serenity-rs/serenity) [[serenity](https://crates.io/crates/serenity)] - A Rust library for the Discord API * [softprops/openapi](https://github.com/softprops/openapi) — A library for processing openapi spec files - * [svix/svix-webhooks](https://github.com/svix/svix-webhooks) - A library for sending webhooks and verifying signatures. + * [svix/svix-webhooks](https://github.com/svix/svix-webhooks) [[svix](https://crates.io/crates/svix)]- A library for sending webhooks and verifying signatures. * [tbot](https://gitlab.com/SnejUgal/tbot) [[tbot](https://crates.io/crates/tbot)] - Make cool Telegram bots with Rust easily [![pipeline status](https://gitlab.com/SnejUgal/tbot/badges/master/pipeline.svg)](https://gitlab.com/SnejUgal/tbot/-/commits/master) * [teloxide/teloxide](https://github.com/teloxide/teloxide/) - An elegant Telegram bots framework for Rust [![Build Status](https://github.com/teloxide/teloxide/workflows/Continuous%20integration/badge.svg?branch=master)](https://github.com/teloxide/teloxide/actions) * [utkarshkukreti/select.rs](https://github.com/utkarshkukreti/select.rs) [[select](https://crates.io/crates/select)] — A library to extract useful data from HTML documents, suitable for web scraping. [![Build Status](https://api.travis-ci.org/utkarshkukreti/select.rs.svg?branch=master)](https://travis-ci.org/utkarshkukreti/select.rs)