Crates.io | rem-extract |
lib.rs | rem-extract |
version | 0.1.2 |
source | src |
created_at | 2024-10-07 15:35:42.209221 |
updated_at | 2024-10-10 16:25:56.737498 |
description | Providing extract method capability for the REM toolchain |
homepage | |
repository | https://github.com/RuleBrittonica/rem-extract |
max_upload_size | |
id | 1400195 |
size | 157,718 |
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.