-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
176ea83
commit 92604f8
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,10 @@ | ||
= Exploring Rust ecosystem | ||
|
||
A set of examples that demonstrate how to create a backend application using Rust ecosystem: | ||
|
||
* https://github.com/rkudryashov/exploring-rust-ecosystem/tree/master/grpc-telegram-bot[gRPC + Telegram bot] | ||
+ | ||
image:https://github.com/rkudryashov/exploring-rust-ecosystem/actions/workflows/grpc-telegram-bot.yml/badge.svg[CI/CD,link=https://github.com/rkudryashov/exploring-rust-ecosystem/actions] | ||
* https://github.com/rkudryashov/exploring-rust-ecosystem/tree/master/mongodb-redis[MongoDB + Redis] | ||
+ | ||
image:https://github.com/rkudryashov/exploring-rust-ecosystem/actions/workflows/mongodb-redis.yml/badge.svg[CI/CD,link=https://github.com/rkudryashov/exploring-rust-ecosystem/actions] |