| Crates.io | winfsp-sys |
| lib.rs | winfsp-sys |
| version | 0.12.1+winfsp-2.1 |
| created_at | 2022-09-18 05:25:18.821964+00 |
| updated_at | 2025-10-09 05:08:37.596953+00 |
| description | Raw bindings to WinFSP |
| homepage | |
| repository | https://github.com/SnowflakePowered/winfsp-rs |
| max_upload_size | |
| id | 668489 |
| size | 1,501,063 |
Raw FFI bindings to WinFSP.
The winfsp crate provides idiomatic wrappers around the raw WinFSP APIs.
By default, winfsp-sys builds against an included import library. To build against the installed WinFSP libraries, enable the system
feature. The path will automatically be determined via the Registry.
[dependencies.winfsp-sys]
version = "0.2"
features = ["system"]