Skip to content

JasterV/awesome-rust-crates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 

Repository files navigation

awesome-rust-crates

Just a personal list with helpful rust crates

Learn Rust

Sources

Crates

Web frameworks

Backend
  • Rocket
  • Actix
  • Warp
Frontend
  • Yew
  • Iced

Data validation

  • validator

Event-driven messaging

  • message-io

Template engines

  • handlebars

Telegram bot

  • teloxide

CLI frameworks

  • clap

CLI utils

  • indicatif

Lazy execution

  • lazy_static
  • once_cell

Data serialization

  • serde (& serde-json)

Data parsing

  • nom

Error handling

  • anyhow
  • thiserror

Async runtimes

  • Tokio
  • async-std

Async utils

  • async-trait

HTTP libraries

  • Hyper
  • reqwest

Connection Pools

  • mobc (async)
  • deadpool (async)
  • r2d2 (sync)
  • bb8 (async)

ORMs

  • Diesel (sync)(Strictly typed)
  • quaint (async)(Dynamic typing)

FFI

Here

Concurrency utils

  • crossbeam

About

Just a personal list with helpful rust crates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published