cristicbz / failchain
failure + error-chain = 💖
☆54Updated 3 years ago
Alternatives and similar repositories for failchain:
Users that are interested in failchain are comparing it to the libraries listed below
- Safely combine results☆81Updated 6 months ago
- Set the error context using doc comments☆54Updated 5 years ago
- Unix signal handling for tokio☆88Updated 6 years ago
- A cross platform rust debugger hook☆71Updated 3 years ago
- Fast json encoder in rust, that encodes the structure of JSON values in their types☆83Updated 2 years ago
- ☆64Updated 4 years ago
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- Macro to generate num::FromPrimitive instances for enum that works in Rust 1.0☆64Updated 2 years ago
- ☆20Updated 6 years ago
- Rust library providing a counter-based thread barrier☆53Updated 6 years ago
- Asynchronous process management for tokio☆147Updated 5 years ago
- Treat application routes (URL path + query string) as strongly-typed Rust structs☆13Updated 5 years ago
- Retriever stores ordinary rust data types in a similar manner as a NoSQL database.☆48Updated last year
- MockMe is a tool used to mock dependencies / function calls when running unit (lib) tests in Rust.☆44Updated 4 years ago
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆68Updated 3 years ago
- Dynamically query a type-erased object for any trait implementation☆65Updated 2 years ago
- A procedural attribute macro to automatically cache the results of a function call with given args.☆65Updated 6 years ago
- A Macros 1.1 implementation of https://crates.io/crates/error-chain☆19Updated 3 years ago
- A Rust library for generically joining iterables with a separator☆92Updated last year
- Concurrent hash trie☆51Updated 4 years ago
- ☆52Updated 5 years ago
- Rust syntax sugar collections.☆129Updated 5 years ago
- Machine scalar casting that meets your expectations☆74Updated 3 years ago
- Candidates for inclusion in the Rust standard library☆89Updated 2 years ago
- Tokio doc blitz effort - A concerted effort to improve Tokio's documentation.☆51Updated 6 years ago
- derive newtype for diesel traits☆51Updated 11 months ago
- Derive for the Display trait☆51Updated 6 years ago
- Error management☆26Updated 7 years ago
- Custom derivation macro for Rust☆112Updated 7 years ago
- Custom exit status codes with ? in main