5
0
mirror of git://git.proxmox.com/git/pxar.git synced 2024-12-22 21:33:50 +03:00
Go to file
Wolfgang Bumiller 59e6f6798b cleanup: merge incomplete_*_error variables
This could be bitflags or a string, but we only use
std::io:Error and end up with a textual ErrorKind::Other
anyway. (An enum still seemed more efficient at runtime than
a String, given that this is normally a rather exceptional
case caused by the crate user...)

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2020-03-24 09:57:07 +01:00
examples examples/pxarcmd: acreate archives recursively 2020-03-04 16:39:07 +01:00
src cleanup: merge incomplete_*_error variables 2020-03-24 09:57:07 +01:00
.gitignore ignore testdir 2020-03-05 10:46:18 +01:00
Cargo.toml add aio Encoder 2020-03-18 16:10:28 +01:00
rust-toolchain buildsys: we work with stable 1.42 atm 2020-03-19 11:06:29 +01:00
rustfmt.toml import 2020-02-18 14:08:02 +01:00