Struct tar_no_std::ArchiveEntry [−][src]
pub struct ArchiveEntry<'a> { /* fields omitted */ }Expand description
Describes an entry in an archive. Currently only supports files but no directories.
Implementations
Filename of the entry. Max 99 characters.
Data of the file as string slice, if data is valid UTF-8.