173 releases

new 0.0.226 Jul 22, 2024
0.0.222 Jun 24, 2024
0.0.207 Mar 25, 2024
0.0.190 Dec 18, 2023
0.0.26 Nov 30, 2020

#76 in Procedural macros

Download history 781/week @ 2024-04-04 679/week @ 2024-04-11 588/week @ 2024-04-18 446/week @ 2024-04-25 497/week @ 2024-05-02 382/week @ 2024-05-09 794/week @ 2024-05-16 598/week @ 2024-05-23 665/week @ 2024-05-30 873/week @ 2024-06-06 525/week @ 2024-06-13 407/week @ 2024-06-20 420/week @ 2024-06-27 666/week @ 2024-07-04 566/week @ 2024-07-11 584/week @ 2024-07-18

2,282 downloads per month
Used in 11 crates (6 directly)

MIT/Apache

53KB
1K SLoC

Client-side Proc-Macro crate

We separate proc-macro expanding logic to an extern program to allow different implementations (e.g. wasm or dylib loading). And this crate is used to provide basic infrastructure for communication between two processes: Client (RA itself), Server (the external program)

Dependencies

~7–16MB
~179K SLoC