| Crates.io | name_to_handle_at_rs |
| lib.rs | name_to_handle_at_rs |
| version | 1.2.0 |
| created_at | 2025-07-22 17:28:53.207602+00 |
| updated_at | 2025-07-22 18:57:43.755911+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 | 24,267 |
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).