feat: Add the ability to choose a tempdir for builds
This commit is contained in:
parent
7bc67bf766
commit
d9b812d59b
5 changed files with 49 additions and 18 deletions
|
|
@ -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>,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue