#closures #binding #capture #clone

bind_syn

Syntax definition of let-binding shorthand utilized in crate bind

1 unstable release

0.1.0 Jan 10, 2024

#944 in Development tools

Download history 14/week @ 2024-03-11 10/week @ 2024-03-18 14/week @ 2024-03-25 32/week @ 2024-04-01 7/week @ 2024-04-08 15/week @ 2024-04-22 8/week @ 2024-04-29 10/week @ 2024-05-13 33/week @ 2024-05-20 20/week @ 2024-05-27 26/week @ 2024-06-03 24/week @ 2024-06-10 17/week @ 2024-06-17 32/week @ 2024-06-24

99 downloads per month
Used in 6 crates (2 directly)

MIT/Apache

7KB
119 lines

Provides enum Bind for proc macro bind::bind!().

This is not a proc-macro library, but a library providing syntax parsing for libraries which provide similar proc-macros as bind::bind!().

See ../bind/README.md for more.


lib.rs:

Why This Project

Provides enum Bind, the syntax definition of let-binding shorthand utilized in crate bind.

This is not a proc-macro library, but a library providing syntax parsing for those proc macro libraries which provide similar functionality with crate bind.

Dependencies

~285–740KB
~18K SLoC