rem-extract 0.1.5

Providing extract method capability for the REM toolchain
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub const ABOUT: &str = r#" A preprocessing tool for the rem-toolchain.
Takes a source code file and:
    - Extracts a method from the specified line range (just copies and pastes the code)
    - Places the method below the caller function
    - Performs type inference on the extracted method to give it a function signature
    - Formats the code witth rustfmt

Utilises:
    - rem-utils: git= https://github.com/RuleBrittonica/rem-utils

Used in:
    - rem-cli: git= https://github.com/RuleBrittonica/rem-cli
"#;