Docs.rs
uu_mv-0.0.30
uu_mv 0.0.30
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
rivy
github:uutils:maintainers
Dependencies
clap ^4.5
normal
fs_extra ^1.3.0
normal
indicatif ^0.17.8
normal
thiserror ^2.0.3
normal
uucore ^0.0.30
normal
libc ^0.2.153
normal
windows-sys ^0.59.0
normal
Versions
84.21%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
uu_mv
0.0.30
All Items
Crate Items
Structs
Enums
Functions
Crate
uu_mv
Copy item path
Source
Structs
§
Options
Options contains all the possible behaviors and flags for mv.
Enums
§
Backup
Mode
Available backup modes.
Overwrite
Mode
specifies behavior of the overwrite flag
Update
Mode
Available update mode
Functions
§
mv
Execute the mv command. This moves ‘source’ to ‘target’, where ‘target’ is a directory. If ‘target’ does not exist, and source is a single file or directory, then ‘source’ will be renamed to ‘target’.
uu_app
uumain