| Crates.io | name_to_handle_at_rs |
| lib.rs | name_to_handle_at_rs |
| version | 2.0.0 |
| created_at | 2025-07-22 17:28:53.207602+00 |
| updated_at | 2025-10-25 18:31:54.091135+00 |
| description | Rust bindings for name_to_handle_at() and open_by_handle_at() system calls in Linux |
| homepage | |
| repository | https://github.com/ChrysoliteAzalea/name_to_handle_at_rs |
| max_upload_size | |
| id | 1763794 |
| size | 26,724 |
name_to_handle_at_rs -- Rust bindings for name_to_handle_at() and open_by_handle_at() system calls in LinuxThis library crate provides Rust bindings for Linux system calls that allow the caller to refer to the i-node using a byte array known as file handle. The file handle remains valid for the entire life-time of the i-node.
Some uses of this crate:
To read the documentation, use cargo doc. This is a Linux-only project (name_to_handle_at() and open_by_handle_at() system calls are Linux-specific).