162 releases

new 0.0.215 May 13, 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

#127 in Procedural macros

Download history 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 774/week @ 2024-04-08 634/week @ 2024-04-15 432/week @ 2024-04-22 466/week @ 2024-04-29 450/week @ 2024-05-06

2,056 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
~226K SLoC