Docs.rs
atomic-file-install-1.0.6
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
atomic-file-install 1.0.6
For atomically installing a file or a symlink.
Crate
Source
Builds
Feature flags
Documentation
Coverage
100%
5
out of
5
items documented
0
out of
5
items with examples
Size
Source code size: 28.08 kB
Documentation size: 252.83 kB
Links
cargo-bins/cargo-binstall
1632
61
74
crates.io
Dependencies
reflink-copy ^0.1.15
normal
tempfile ^3.5.0
normal
tracing ^0.1.39
normal
windows ^0.58.0
normal
Versions
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.0.0
Owners
Atomically install a regular file or a symlink to destination, can be either noclobber (fail if destination already exists) or replacing it atomically if it exists.