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

#4 in #generating

Download history 1113/week @ 2024-02-26 6/week @ 2024-04-01

363 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