Crate fs_id

Source

Structs§

FileID
A file’s identifier, can be compared with other FileIDs to check if 2 variables point to the same file.

Traits§

GetID
A trait to obtain the file identifier of an underlying object.

Functions§

compare_ids
Compares 2 different file identifiers, and returns Ok(true) if the 2 identifiers point to the same file, returning Ok(false) otherwise.