#closures #binding #clone #capture

bind_syn

Syntax definition of let-binding shorthand utilized in crate bind

1 unstable release

0.1.0 Jan 10, 2024

#1258 in Development tools

Download history 31/week @ 2024-07-19 21/week @ 2024-07-26 30/week @ 2024-08-02 19/week @ 2024-08-09 17/week @ 2024-08-16 12/week @ 2024-08-23 19/week @ 2024-08-30 19/week @ 2024-09-06 22/week @ 2024-09-13 40/week @ 2024-09-20 29/week @ 2024-09-27 15/week @ 2024-10-04 22/week @ 2024-10-11 20/week @ 2024-10-18 10/week @ 2024-10-25 15/week @ 2024-11-01

68 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

~230–670KB
~16K SLoC