Thanks to visit codestin.com
Credit goes to lib.rs

#let

  1. if_chain

    Macro for writing nested if let expressions

    v1.0.3 1.2M #macro #expression #chain #let #nested #blog-post
  2. assert_let_bind

    A convenience macro for writing pattern-matching tests

    v0.1.1 8.6K #macro #assert-let #let #assert #pattern-match
  3. guard

    Macro implementation of RFC 1303: a guard-let-else statement a la Swift

    v0.5.2 600 #if-statement #let #1303 #if
  4. try_utils

    The try! macro descends into an enum variant. It's more flexible than ? and unwrap(), and it works with your enum, too!

    v0.1.2 #unwrap #let #try
  5. loop-let

    An immutable loop structure that can be used as an expression

    v0.1.0 #expression #loops #macro #let #immutable
  6. 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

    v0.4.0 #cargo-subcommand #command-run #clean #by-running #let
  7. inner

    The inner! macro descends into an enum variant. It's more flexible than try!() and unwrap(), and it works with your enum, too!

    v0.1.1 9.8K #unwrap #try #let
  8. unwrap_let

    macro for quickly unwrapping a refutable pattern

    v0.1.0 #macro-for-unwrapping #refutable #pattern #unwrap #let
  9. yara-x-macros

    Procedural macros used by the yara-x crate

    v1.11.0 2.9K #yara-x #proc-macro #documentation #let #describe #malware #pattern-matching
  10. Try searching with DuckDuckGo.

  11. if-let-return

    macro for if let ... pattern

    v0.1.1 #macro #let
  12. c-ast

    let's you construct C syntax trees in code and write them to a file

    v0.1.0 #write-file #syntax-tree #file-tree #construct #let
  13. iflet

    macro to chain multiple patterns in an if let rather than nesting them

    v0.1.0 #pattern-match #let #chain #match #if
  14. art_263a

    An exercise from Let's Get Rusty

    v0.1.0 #art #exercise #let #rusty #modeling-artistic #artistic-concepts
  15. irrefutable

    Procedural macro to convert a refutable let expression to an irrefutable

    v0.1.3 #proc-macro #expression #proc-macro-hygiene #let #panic
  16. leetcoders

    let's code in Rust!

    v0.0.20 #let
  17. guard_let

    guard let for rust

    v0.1.2 #eat-string #guard #struct #let #enums
  18. reqwest-env-proxy

    Helper to let reqwest use proxy from the env all_proxy

    v0.1.0 130 #proxy #env #http-request #let #helper
  19. let_or_return

    Convenient macro to extract a value via if let, and return in the else case

    v1.0.2 #macro #let