Common Crates

  • 📦 log – A library providing a lightweight logging facade

  • 📦 rand – A library for random number generation

  • 📦 serde – A library for serializing and deserializing data structures

  • 📦 bytes – A library for working with bytes.

  • 📦 regex – A library for parsing, compiling, and executing regular expressions

  • 📦 chrono – A library for handling date and time

  • 📦 clap – A library for parsing command line arguments and subcommands

  • 📦 url – A library for parsing URL

  • 📦 reqwest – An ergonomic, batteries-included HTTP Client

  • 📦 diesel – A safe, extensible ORM and Query Builder for Rust