rem-extract

Crates.iorem-extract
lib.rsrem-extract
version0.1.3
created_at2024-10-07 15:35:42.209221+00
updated_at2025-03-05 14:22:56.344608+00
descriptionProviding extract method capability for the REM toolchain
homepage
repositoryhttps://github.com/RuleBrittonica/rem-extract
max_upload_size
id1400195
size177,734
Matthew Britton (RuleBrittonica)

documentation

README

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.

Commit count: 71

cargo fmt