smv 0.4.1

Smart Move - An enhanced mv command with transformation capabilities
Documentation
1
2
3
4
5
6
7
// Re-export modules for testing and library usage
pub mod history;
pub mod repl;
pub mod sort;
pub mod transformers;
pub mod ui;
pub mod unsort;