]> git.proxmox.com Git - pxar.git/commit - .gitignore
import
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 23 Jan 2020 10:18:04 +0000 (11:18 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 18 Feb 2020 13:08:02 +0000 (14:08 +0100)
commit6cd4f635b6006a0c22d524f4d7a7b906efd949d6
tree233e6d7fe4ec3221b9e7afc81378b399db2e0f06
import

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
19 files changed:
.gitignore [new file with mode: 0644]
Cargo.toml [new file with mode: 0644]
examples/apxar.rs [new file with mode: 0644]
examples/randaccess.rs [new file with mode: 0644]
rust-toolchain [new file with mode: 0644]
rustfmt.toml [new file with mode: 0644]
src/accessor.rs [new file with mode: 0644]
src/accessor/aio.rs [new file with mode: 0644]
src/accessor/sync.rs [new file with mode: 0644]
src/bin/pxar.rs [new file with mode: 0644]
src/decoder.rs [new file with mode: 0644]
src/decoder/aio.rs [new file with mode: 0644]
src/decoder/sync.rs [new file with mode: 0644]
src/format.rs [new file with mode: 0644]
src/format/acl.rs [new file with mode: 0644]
src/lib.rs [new file with mode: 0644]
src/macros.rs [new file with mode: 0644]
src/poll_fn.rs [new file with mode: 0644]
src/util.rs [new file with mode: 0644]