Docs.rs
windows_tool-0.0.9
windows_tool 0.0.9
Permalink
Docs.rs crate page
MIT
06 July 2026
Links
crates.io
Source
Owners
xmx-emm
Dependencies
ansi_term ^0.12.1
normal
chrono ^0.4.42
normal
encoding_rs ^0.8.35
normal
optional
hex ^0.4.3
normal
indexmap ^2.11.4
normal
optional
lazy_static ^1.5.0
normal
optional
serde ^1.0.223
normal
optional
serde_json ^1.0.145
normal
winapi ^0.3.9
normal
optional
winreg ^0.56.0
normal
optional
Versions
40%
of the crate is documented
Platform
aarch64-pc-windows-msvc
i686-pc-windows-msvc
x86_64-pc-windows-msvc
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
copy_dir_all
windows_
tool
0.0.9
In windows_
tool::
utils::
file
windows_tool
::
utils
::
file
Function
copy_
dir_
all
Copy item path
Source
pub fn copy_dir_all<T:
AsRef
<
Path
>>( src: T, dst: T, ) ->
Result
<
()
,
Box
<dyn
Error
>>