mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-06 01:50:57 -05:00
* tar_ext::BuilderExt: generalize and add drop workaround - Generalize: instead of taking `std::fs::File`, take `impl Write + Seek`. - Add a workaround for drop: `tar::Builder<W>::drop` might panic if the underlying writer panics when using in async context. * Drop unnecessary write_fn usage * tar_ext::BuilderExt: support both seekable and streaming variants * tar_ext::BuilderExt: support both owned/borrowed variants