84 releases

0.0.190 Dec 18, 2023
0.0.187 Nov 27, 2023
0.0.166 Jul 31, 2023
0.0.149 Jan 16, 2023
0.0.66 Jul 26, 2021

#25 in #tbd

Download history 5/week @ 2023-12-15 275/week @ 2024-02-23 838/week @ 2024-03-01 167/week @ 2024-03-29

167 downloads per month

MIT/Apache

8KB
170 lines

rust-analyzer relies heavily on source code generation.

Things like feature documentation or assist tests are implemented by processing rust-analyzer's own source code and generating the appropriate output. See sourcegen_ tests in various crates.

This crate contains utilities to make this kind of source-gen easy.

Dependencies

~48KB