159 releases

new 0.0.212 Apr 22, 2024
0.0.207 Mar 25, 2024
0.0.190 Dec 18, 2023
0.0.187 Nov 27, 2023
0.0.26 Nov 30, 2020

#118 in Procedural macros

Download history 301/week @ 2023-12-25 455/week @ 2024-01-01 536/week @ 2024-01-08 453/week @ 2024-01-15 424/week @ 2024-01-22 256/week @ 2024-01-29 436/week @ 2024-02-05 277/week @ 2024-02-12 458/week @ 2024-02-19 2028/week @ 2024-02-26 659/week @ 2024-03-04 525/week @ 2024-03-11 693/week @ 2024-03-18 611/week @ 2024-03-25 811/week @ 2024-04-01 451/week @ 2024-04-08

2,611 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–19MB
~223K SLoC