feat: Add the ability to choose a tempdir for builds

This commit is contained in:
Gerald Pinder 2024-12-08 22:01:36 -05:00
parent 7bc67bf766
commit d9b812d59b
5 changed files with 49 additions and 18 deletions

View file

@ -44,4 +44,5 @@ pub struct RechunkOpts<'scope> {
/// The compression type to use when pushing.
#[builder(default)]
pub compression: CompressionType,
pub tempdir: Option<&'scope Path>,
}