#tcl #proc #binding

macro tcl_derive

Macros for tcl crate to register functions/closures as Tcl commands

6 releases

0.1.5 Feb 3, 2024
0.1.4 Jan 11, 2024
0.1.3 Nov 28, 2023
0.1.2 Sep 9, 2023
0.1.0 Mar 13, 2023

#13 in #tcl

Download history 21/week @ 2024-02-18 100/week @ 2024-02-25 27/week @ 2024-03-03 11/week @ 2024-03-10 13/week @ 2024-03-17 5/week @ 2024-03-24 27/week @ 2024-03-31 138/week @ 2024-04-07 4/week @ 2024-04-14 14/week @ 2024-04-21 11/week @ 2024-04-28 1/week @ 2024-05-05 4/week @ 2024-05-12 23/week @ 2024-05-19 23/week @ 2024-05-26

53 downloads per month
Used in 4 crates (2 directly)

MIT/Apache

46KB
640 lines

The tcl_derive crate provides the proc-macro implementation for the tcl crate.

  1. The #[proc] attribute to get a Rust fn ready for registering as a Tcl command.

  2. The tclfn!{} macro to define a Rust fn and register it as a Tcl command.

  3. The tclosure!{} macro to define a Rust closure and register it as a Tcl command.

See tcl crate's doc for more.

License

Under Apache License 2.0 or MIT License, at your will.


lib.rs:

Proc macro for tcl (and tk).

Dependencies

~0.5–1MB
~22K SLoC