]> git.proxmox.com Git - pxar.git/commit
switch to using mod.rs
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 5 Jun 2020 11:03:27 +0000 (13:03 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 5 Jun 2020 11:03:27 +0000 (13:03 +0200)
commitc7b0cd2a1afe7c96749f82158041464e97fa5b84
treed71b3dc14af18b9513444572222a4a66d827dd97
parentb07529294d2413f8535e32d7ac7052aa82fd3f7e
switch to using mod.rs

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
src/accessor.rs [deleted file]
src/accessor/mod.rs [new file with mode: 0644]
src/decoder.rs [deleted file]
src/decoder/mod.rs [new file with mode: 0644]
src/encoder.rs [deleted file]
src/encoder/mod.rs [new file with mode: 0644]
src/format.rs [deleted file]
src/format/mod.rs [new file with mode: 0644]