Skip to content

Instantly share code, notes, and snippets.

@raklaptudirm
Created June 22, 2024 21:43
Show Gist options
  • Save raklaptudirm/9ae6998b1dc746ed977454963b0bc05c to your computer and use it in GitHub Desktop.
Save raklaptudirm/9ae6998b1dc746ed977454963b0bc05c to your computer and use it in GitHub Desktop.

Crates

  • anyhow, a trait object based error type for easy idiomatic error handling in Rust applications.
  • thiserror, provides a convenient derive macro for the standard library's std::error::Error trait.
  • derive_more, derive lots of commonly used traits for both structs and enums.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment