-
if_chain
Macro for writing nested
if letexpressions -
assert_let_bind
A convenience macro for writing pattern-matching tests
-
guard
Macro implementation of RFC 1303: a guard-let-else statement a la Swift
-
try_utils
The try! macro descends into an enum variant. It's more flexible than ? and unwrap(), and it works with your enum, too!
-
loop-let
An immutable loop structure that can be used as an expression
-
cargo-do
A Cargo plugin that adds the ‘do’ subcommand to let you run multiple cargo commands by running e.g.
cargo do clean, build -
inner
The inner! macro descends into an enum variant. It's more flexible than try!() and unwrap(), and it works with your enum, too!
-
unwrap_let
macro for quickly unwrapping a refutable pattern
-
yara-x-macros
Procedural macros used by the yara-x crate
-
if-let-return
macro for
if let ... pattern -
c-ast
let's you construct C syntax trees in code and write them to a file
-
iflet
macro to chain multiple patterns in an
if letrather than nesting them -
art_263a
An exercise from Let's Get Rusty
-
irrefutable
Procedural macro to convert a refutable let expression to an irrefutable
-
leetcoders
let's code in Rust!
-
guard_let
guard let for rust
-
reqwest-env-proxy
Helper to let reqwest use proxy from the env
all_proxy -
let_or_return
Convenient macro to extract a value via
if let, andreturnin the else case
Try searching with DuckDuckGo.