Skip to content

A few good crates

  1. chrono - Date and time library for Rust

  2. clap - A simple to use, efficient, and full-featured Command Line Argument Parser

  3. color-eyre - An error report handler for panics and eyre::Reports for colorful, consistent, and well formatted error reports for all kinds of errors

  4. cpal - Low-level cross-platform audio I/O library in pure Rust

  5. ctrlc - Easy Ctrl-C handler for Rust projects

  6. dasp - A crate providing the fundamentals for working with audio PCM DSP

  7. rusqlite - Ergonomic wrapper for SQLite

  8. deepspeech - Rust bindings to Mozilla's DeepSpeech STT implementation

  9. serde - A generic serialization/deserialization framework

  10. serde_json - A JSON serialization file format

  11. reqwest - higher level HTTP client library

  12. openssl - OpenSSL bindings

  13. log - A lightweight logging facade for Rust

  14. actix-web - Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust

  15. actix-files - Static file serving for Actix Web

  16. actix-web-middleware-redirect-https - A middleware for actix-web which forwards all http requests to https with optional url string replacement

  17. derive_more - Adds #[derive(x)] macros for more traits

  18. env_logger - A logging implementation for log which is configured via an environment variable.

  19. derive_more - Adds #[derive(x)] macros for more traits

  20. futures-util - Common utilities and extension traits for the futures-rs library

  21. dirs - A tiny low-level library that provides platform-specific standard locations of directories

  22. hound - A wav encoding and decoding library

  23. symphonia - Pure Rust media container and audio decoding library

  24. record-audio - record-audio is a terminal-based audio recorder and playback crate

  25. serve - Placeholder for a simple file server

  26. bevy - A refreshingly simple data-driven game engine and app framework