Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

A list of useful, fundamental, popular and ergonomic rust libraries

Essential Features

  • Rand (Random number generation)

  • Regex (Regex matching)

Macros

  • Clap (Comprehensive CLI argument parsing)

  • Reqwest (Async/Sync HTTP client)

  • SQLx (Simple async database library)

  • Serde JSON (JSON support for serde)

  • Serde (Derive macros for struct serialization)

  • Tracing Subscriber (Logging Utilities integrating with Tracing)

  • Tracing (Comprehensive Logging)

Utilities