| Crates.io | rem-extract |
| lib.rs | rem-extract |
| version | 0.1.3 |
| created_at | 2024-10-07 15:35:42.209221+00 |
| updated_at | 2025-03-05 14:22:56.344608+00 |
| description | Providing extract method capability for the REM toolchain |
| homepage | |
| repository | https://github.com/RuleBrittonica/rem-extract |
| max_upload_size | |
| id | 1400195 |
| size | 177,734 |
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.