8 releases
0.2.2+winfsp-2.0 | Sep 14, 2023 |
---|---|
0.2.1+winfsp-2.0 | May 3, 2023 |
0.1.4+winfsp-1.11 | Sep 23, 2022 |
0.0.0 | Sep 18, 2022 |
#281 in Windows APIs
85 downloads per month
Used in 3 crates
(2 directly)
1.5MB
9K
SLoC
Contains (Windows DLL, 210KB) winfsp/bin/winfsp-a64.dll, (Windows DLL, 190KB) winfsp/bin/winfsp-msil.dll, (Windows DLL, 200KB) winfsp/bin/winfsp-x64.dll, (Windows DLL, 165KB) winfsp/bin/winfsp-x86.dll, (static library, 55KB) winfsp/lib/winfsp-a64.lib, (static library, 55KB) winfsp/lib/winfsp-x64.lib and 1 more.
winfsp-sys
Raw FFI bindings to WinFSP.
Usage
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"]
No runtime deps
~0–1.8MB
~36K SLoC