#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

#1332 in Development tools

Download history 7/week @ 2024-11-13 21/week @ 2024-11-20 26/week @ 2024-11-27 32/week @ 2024-12-04 35/week @ 2024-12-11 12/week @ 2024-12-18 14/week @ 2025-01-08 12/week @ 2025-01-15 15/week @ 2025-01-22 9/week @ 2025-01-29 25/week @ 2025-02-05 22/week @ 2025-02-12 19/week @ 2025-02-19 26/week @ 2025-02-26

94 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

~185–610KB
~14K SLoC