win-file-id

Crates.iowin-file-id
lib.rswin-file-id
version0.1.2
created_at2024-12-27 23:35:50.850564+00
updated_at2024-12-28 02:26:46.257732+00
descriptionUtility for reading file IDs (Windows)
homepagehttps://github.com/win-rs/notify-win
repositoryhttps://github.com/win-rs/notify.git
max_upload_size
id1496747
size27,303
(0xJWLabs)

documentation

https://docs.rs/notify-win

README

Win File Id

ยป Docs

A utility to read file IDs.

Modern file systems assign a unique ID to each file. On Windows it is called file index. Together with the device id, a file can be identified uniquely on a device at a given time.

Keep in mind though, that IDs may be re-used at some point.

Example

let file_id = win_file_id::get_file_id(path).unwrap();

println!("{file_id:?}");

Features

  • serde for serde support, off by default
Commit count: 0

cargo fmt