snowsignal / cascade
Cascade expressions in Rust, inspired by Dart
☆118Updated 6 months ago
Related projects ⓘ
Alternatives and complementary repositories for cascade
- [wip] Command line argument paw-rser.☆158Updated 5 years ago
- A Rust library for generically joining iterables with a separator☆91Updated last year
- A Rust crate for producing string representations of numbers, formatted according to international standards☆123Updated 4 months ago
- Write doc comments from macros☆98Updated 3 years ago
- Concatenate identifiers in a macro invocation☆93Updated last year
- a low-level library that provides config/cache/data paths, following the respective conventions on Linux, macOS and Windows☆186Updated last year
- A rust crate to offer compile-time assistance for working with unsafe code.☆121Updated 3 years ago
- ☆66Updated 3 years ago
- "Freedom from syn": Proc macro tools for operating on token trees☆107Updated 4 years ago
- Safely combine results☆81Updated 2 months ago
- A variant of include_bytes!/include_str! with compile-time deflation and runtime lazy inflation☆128Updated 2 weeks ago
- Define custom errors without boilerplate using the custom_error! macro.☆74Updated 3 years ago
- ☆112Updated last year
- Macro for writing nested `if let` expressions☆163Updated last year
- Rust syntax sugar collections.☆130Updated 5 years ago
- Keep version numbers in sync with Cargo.toml☆72Updated 5 months ago
- Inline expression interpolation for Rust.☆200Updated last year
- ASCII-only equivalents to `char`, `str` and `String`.☆69Updated 3 months ago
- Utilities for dealing with substructures within syn macros☆139Updated 3 months ago
- deserialize typed structures from regex captures☆169Updated 10 months ago
- Simple concurrent progress bars.☆103Updated 2 months ago
- Helpers for easily using failure::Error and others as return types in main() while still giving human-readable error messages.☆44Updated 3 years ago
- generators☆202Updated last year
- Make trait methods callable without the trait in scope☆135Updated last week
- A utility for adding cargo dependencies from the command line.☆55Updated 7 years ago
- Rust option parser with custom derive support☆226Updated this week
- Compile-time checks that an enum or match is written in sorted order