Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnBasrai authored Sep 8, 2024
1 parent 4d5050f commit 1a178a2
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
# Uses gRPC client/server for authentication

Rust crates directly used
tokio - Rust' asynchronous runtime, similar to ASIO for C++.
Tokio - Is a tool that provides the building blocks for writing network applications without compromising speed. It includes a stack of various components, such as Hyper, Tonic, Tower, and Mio, for different needs and scenarios.
tonic - Is a Rust implementation of gRPC
clap - Provides powerful command line argument parsing
anyhow - Provides better error handling

- tokio Rust' asynchronous runtime, similar to ASIO for C++.
- Tokio Is a tool that provides the building blocks for writing network applications without compromising speed. It includes a stack of various components, such as Hyper, Tonic, Tower, and Mio, for different needs and scenarios.
- tonic Is a Rust implementation of gRPC
- clap Provides powerful command line argument parsing
- anyhow Provides better error handling

## Building

Expand Down

0 comments on commit 1a178a2

Please sign in to comment.