5
0
mirror of git://git.proxmox.com/git/pxar.git synced 2025-01-09 05:17:38 +03:00
pxar/src
Stefan Reiter 8a9c71c035 decoder/aio: add contents() and content_size() calls
Returns a decoder::Contents without a wrapper type, since in this case
we don't want to hide the SeqRead implementation (as done in
decoder::sync). For conviencience also implement AsyncRead if "tokio-io"
is enabled.

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
2021-03-31 13:52:24 +02:00
..
accessor remove futures-io feature 2021-01-12 11:35:39 +01:00
decoder decoder/aio: add contents() and content_size() calls 2021-03-31 13:52:24 +02:00
encoder rustfmt 2021-03-31 13:52:09 +02:00
format rustfmt 2021-03-12 10:42:14 +01:00
binary_tree_array.rs import binary search tree code from proxmox-backup 2020-03-04 16:26:42 +01:00
lib.rs clippy: use matches! instead of match 2021-01-11 14:48:15 +01:00
macros.rs import 2020-02-18 14:08:02 +01:00
poll_fn.rs import 2020-02-18 14:08:02 +01:00
util.rs cargo fmt 2021-02-02 10:54:36 +01:00