Re-exports§
pub use refac::cli;pub use refac::cli::Args;pub use refac::cli::Mode;pub use refac::patterns_file::PatternPair;pub use refac::rename_engine::RenameEngine;pub use scrap::scrap_common::ScrapEntry;pub use scrap::scrap_common::ScrapMetadata;pub use scrap::run_scrap;pub use scrap::run_unscrap;pub use ldiff::run_ldiff;pub use state::StateConfig;pub use state::VersionInfo;
Modules§
- code_
analysis - entities
- extensions
- fleet
- git_
backend - interactive_
tree - ldiff
- logging
- prelude
- refac
- scrap
- search_
backend - state
- utils
- Utility functions
- web
- workspace_
state - workspace_
update
Structs§
- Rename
Config - Configuration for the rename operation
- Rename
Item - Represents a file or directory that needs to be processed
- Rename
Stats - Statistics about the rename operation
Enums§
Functions§
- get_
version - Read version from version.txt file at project root
- run_
refac - Main entry point for the refac operation within the workspace tool suite.