5
0
mirror of git://git.proxmox.com/git/pxar.git synced 2025-02-03 21:47:00 +03:00
Wolfgang Bumiller 29c17fc072 huge accessor refactoring
Turn <'a> into <T: Clone + ReadAt>. We can still use `&'a
dyn ReadAt` in its place, but we can now also support using
an `Arc<File>` to create an Accessor of a 'static lifetime
for more convenient storage and reuse. This way the Accessor
can be thrown away after calling `open_root`.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2020-02-19 10:54:14 +01:00
2020-02-19 10:54:14 +01:00
2020-02-19 10:54:14 +01:00
2020-02-18 14:08:02 +01:00
2020-02-18 14:08:02 +01:00
2020-02-18 14:08:02 +01:00
2020-02-18 14:08:02 +01:00
Description
No description provided
388 KiB
Languages
Rust 99.4%
Makefile 0.6%