Create options for a specific format.
(format: ArchiveFormat)
| 365 | |
| 366 | /// Create options for a specific format. |
| 367 | pub fn with_format(format: ArchiveFormat) -> Self { |
| 368 | Self::default().format(format) |
| 369 | } |
| 370 | |
| 371 | /// Create options for directory output. |
| 372 | pub fn directory() -> Self { |