Crate fix_getters_utils

Source
Expand description

Utilities for getter renaming.

§Features

  • log (enabled by default) — Logging via the log crate.

Re-exports§

pub use error::Error;
pub use error::ParseFileError;
pub use crate_traverser::CrateTraverser;
pub use getter::Getter;
pub use getter::GetterError;
pub use getter::NonGetterReason;
pub use identification_mode::IdentificationMode;
pub use scope::Scope;
pub use collectors::*;

Modules§

collectors
Generic Getter collection definitions and implementations.
crate_traverser
Crate traversal mechanism.
error
fix-getters global level Error.
getter
Getter helper.
identification_mode
Getter identification mode.
prelude
scope
Rust code scope identification.