lovasoa / custom_errorLinks
Define custom errors without boilerplate using the custom_error! macro.
☆73Updated 4 years ago
Alternatives and similar repositories for custom_error
Users that are interested in custom_error are comparing it to the libraries listed below
Sorting:
- Safely combine results☆81Updated 11 months ago
- Rust syntax sugar collections.☆129Updated 6 years ago
- Rust option parser with custom derive support☆233Updated 9 months ago
- A Rust library for generically joining iterables with a separator☆93Updated 2 years ago
- A procedural macro for auto logging output of functions☆191Updated 3 years ago
- Rust proc macro for easily and safely use shell scripts in rust☆218Updated 5 months ago
- Configurable, extensible, interactive line reader☆191Updated 4 years ago
- ☆125Updated 2 years ago
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- deserialize typed structures from regex captures☆173Updated last year
- [wip] Command line argument paw-rser.☆157Updated 5 years ago
- Procedural macros in expression position☆203Updated 2 years ago
- Write doc comments from macros☆100Updated 3 years ago
- Error management☆26Updated 7 years ago
- Hjson for Rust☆114Updated 10 months ago
- Cascade expressions in Rust, inspired by Dart☆124Updated last year
- Inline expression interpolation for Rust.☆201Updated last year
- Keep version numbers in sync with Cargo.toml☆73Updated last year
- A rust crate to offer compile-time assistance for working with unsafe code.☆122Updated 3 years ago
- Hot-reloading loadable and reloadable resources☆219Updated 5 years ago
- Custom derivation macro for Rust☆113Updated 7 years ago
- A typesafe store keyed by types and containing different types of values.☆179Updated 6 years ago
- Macro for writing nested `if let` expressions☆168Updated last year
- Spawn processes with arbitrary closures in rust☆112Updated 3 years ago
- Run closures in parallel☆114Updated 7 months ago
- Intended to allow taking a T from a &mut T temporarily☆79Updated 5 years ago
- Asynchronous byte buffers and pipes for concurrent I/O programming.☆101Updated 3 weeks ago
- A Rust library for interrupting asynchronous streams.☆165Updated 7 months ago
- A Rust library (crate) for reading and easily navigating forward, backward or randomly through the lines of huge files. Tested with files…