#closures #clone #capture

bind_syn

Syntax definition of let-binding shorthand utilized in crate bind

1 unstable release

0.1.0 Jan 10, 2024

#1248 in Procedural macros

Download history 42/week @ 2025-10-23 31/week @ 2025-10-30 19/week @ 2025-11-06 30/week @ 2025-11-13 41/week @ 2025-11-20 55/week @ 2025-11-27 24/week @ 2025-12-04 49/week @ 2025-12-11 20/week @ 2025-12-18 22/week @ 2025-12-25 13/week @ 2026-01-01 2/week @ 2026-01-08 8/week @ 2026-01-15 30/week @ 2026-01-22 37/week @ 2026-01-29 28/week @ 2026-02-05

104 downloads per month
Used in 7 crates (2 directly)

MIT/Apache

7KB
119 lines

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.


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.

Dependencies

~140–540KB
~13K SLoC