Skip to main content

Crate wsb

Crate wsb 

Source

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§

RenameConfig
Configuration for the rename operation
RenameItem
Represents a file or directory that needs to be processed
RenameStats
Statistics about the rename operation

Enums§

ItemType

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.