Skip to content

YoungHaKim7/Rust_Tokio_my_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Rust_Tokio_my_project

Getting started with Tokio. The ultimate starter guide to writing async Rust.

https://youtu.be/dOzrO40jgbU

Web Framework for Rust

  • tokio.rscrates.ioCrates.iowasmtimeDownloadsgithubicondruidstar

    • A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...

    • Website | Guides | API Docs | Chat

      A runtime for writing reliable, asynchronous, and slim applications with the Rust programming language. It is:

    • Fast: Tokio's zero-cost abstractions give you bare-metal performance.

    • Reliable: Tokio leverages Rust's ownership, type system, and concurrency model to reduce bugs and ensure thread safety.

    • Scalable: Tokio has a minimal footprint, and handles backpressure and cancellation naturally.


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published