Crates.io | winfsp-sys |
lib.rs | winfsp-sys |
version | 0.2.2+winfsp-2.0 |
source | src |
created_at | 2022-09-18 05:25:18.821964 |
updated_at | 2023-09-14 06:25:09.176251 |
description | Raw bindings to WinFSP |
homepage | |
repository | https://github.com/SnowflakePowered/winfsp-rs |
max_upload_size | |
id | 668489 |
size | 1,490,126 |
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"]