Create options for directory output.
()
| 370 | |
| 371 | /// Create options for directory output. |
| 372 | pub fn directory() -> Self { |
| 373 | Self::default().format(ArchiveFormat::Directory) |
| 374 | } |
| 375 | |
| 376 | /// Create options for tarball output. |
| 377 | pub fn tarball() -> Self { |