fix-getters-calls

This package is a tool to fix getters call sites by removing the get_ prefix according to rules defined in rules.

See the workspace documentation for more details on fix-getters.

Install

You can install fix-getters-calls using cargo, which allows invoking the tool as a regular command.

From crates.io

cargo install fix-getters-calls

From source

cd fix-getters/fix-calls cargo install --path .

Usage

Warning: by default, fix-getters-calls will overwrite existing files. See below if you want to check the output in a separate directory.

This will fix the project in current directory:

fix-getters-calls cargo fmt

Note that the getters definition won't be changed. Use fix-def for that.

To test the result first, you can run:

fix-getters-calls _PROJECT_PATH_ _OUTPUT_PATH_

The project files won't be changed: modified files will be generated under _OUTPUT_PATH_. Note however that only the modified files are generated, so you won't be able to run cargo fmt.

Uninstall

To uninstall, launch the following command:

cargo uninstall fix-getters-calls

LICENSE

This crate is licensed under either of

at your option.