Crate tugger_file_manifest

Crate tugger_file_manifest 

Source

Structs§

File
Represents a virtual file, with an associated path.
FileEntry
Represents a virtual file, without an associated path.
FileManifest
Represents a collection of files.

Enums§

FileData
Represents an abstract location for binary data.
FileManifestError

Constants§

S_IFBLK
File mode indicating a block device.
S_IFCHR
File mode is a character device.
S_IFDIR
File mode indicating a directory.
S_IFIFO
File mode is a fifo / named pipe.
S_IFLNK
File mode indicating a symbolic link.
S_IFREG
File mode indicating a regular file.
S_IFSOCK
File mode indicating a socket.
S_IRGRP
File mode indicating read bit for group.
S_IROTH
File mode indicating read bit for other.
S_IRUSR
File mode indicating read bit for owner.
S_ISGID
Set GID bit.
S_ISUID
Set UID bit.
S_ISVTX
Sticky bit.
S_IWGRP
File mode indicating write bit for group.
S_IWOTH
File mode indicating write bit for other.
S_IWUSR
File mode indicating write bit for owner.
S_IXGRP
File mode indicating execute bit for group.
S_IXOTH
File mode indicating execute bit for other.
S_IXUSR
File mode indicating execute bit for owner.

Functions§

create_symlink
is_executable
normalize_path
Normalize a path or error on validation failure.
set_executable