Crate dochy_archiver[−][src]
Modules
| error |
Structs
| ArchiveData | |
| ArchiveOptions | Customize how we build the archive. |
| ArchiveOptionsBuilder | Construct ArchiveOptions |
| Metadata | |
| MetadataItem |
Enums
| CreateArchiveFromDirectory |
Functions
| create_archive_from_directory | Archive a directory to the archive file. ArchiveOptions customise how it’s archived. |
| get_hash_and_metadata_from_archive | Read only the metadata of the archive file and calculate the hash |
| get_hash_and_metadata_from_dir | Calculate the hash from the files in the directory. |
| read_archive_data | Read the archive data from an archive file |
| resume_archive | Resume all the archived files to the directory |
Type Definitions
| ArcResult |