#rem #toolchain #analysis

bin+lib rem-extract

Providing extract method capability for the REM toolchain

4 releases

0.1.3 Mar 5, 2025
0.1.2 Oct 10, 2024
0.1.1 Oct 10, 2024
0.1.0 Oct 7, 2024

#1894 in Procedural macros

Download history 1/week @ 2025-01-31 3/week @ 2025-02-07 2/week @ 2025-02-14 117/week @ 2025-02-28 36/week @ 2025-03-07

222 downloads per month
Used in rem-command-line

MIT license

91KB
2.5K SLoC

rem-extract

A fully self contained initial function extraction CLI tool for Rust Code. Uses Rust-Analyzer internally to extract the function signature and generate a new file with the extracted function. Significantly faster than spooling up an entire instance of Rust-Analyzer to just extract a function. Used as a preprocessor for the REM toolchain to extract functions from a file before fixing the lifetimes etc.

Dependencies

~51MB
~1M SLoC