rem-extract

Crates.iorem-extract
lib.rsrem-extract
version0.1.2
sourcesrc
created_at2024-10-07 15:35:42.209221
updated_at2024-10-10 16:25:56.737498
descriptionProviding extract method capability for the REM toolchain
homepage
repositoryhttps://github.com/RuleBrittonica/rem-extract
max_upload_size
id1400195
size157,718
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: 64

cargo fmt