164 releases

new 0.0.217 May 27, 2024
0.0.213 Apr 29, 2024
0.0.207 Mar 25, 2024
0.0.190 Dec 18, 2023
0.0.26 Nov 30, 2020

#128 in Procedural macros

Download history 433/week @ 2024-02-04 275/week @ 2024-02-11 427/week @ 2024-02-18 2009/week @ 2024-02-25 702/week @ 2024-03-03 527/week @ 2024-03-10 699/week @ 2024-03-17 614/week @ 2024-03-24 776/week @ 2024-03-31 771/week @ 2024-04-07 652/week @ 2024-04-14 457/week @ 2024-04-21 465/week @ 2024-04-28 454/week @ 2024-05-05 442/week @ 2024-05-12 736/week @ 2024-05-19

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

MIT/Apache

50KB
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

~9–20MB
~225K SLoC