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

#271 in Windows APIs

Download history 21/week @ 2023-12-03 1/week @ 2023-12-10 7/week @ 2023-12-17 11/week @ 2023-12-31 7/week @ 2024-01-07 25/week @ 2024-01-14 5/week @ 2024-01-28 33/week @ 2024-02-11 11/week @ 2024-02-18 40/week @ 2024-02-25 25/week @ 2024-03-03 30/week @ 2024-03-10 4/week @ 2024-03-17

100 downloads per month
Used in 3 crates (2 directly)

GPL-3.0 license

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

Latest Version Docs License

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