10 unstable releases (4 breaking)

0.12.1+winfsp-2.1 Oct 9, 2025
0.3.0+winfsp-2.1 Oct 2, 2025
0.2.2+winfsp-2.0 Sep 14, 2023
0.2.1+winfsp-2.0 May 3, 2023
0.0.0 Sep 18, 2022

#545 in Windows APIs

Download history 308/week @ 2025-12-29 329/week @ 2026-01-05 68/week @ 2026-01-12 57/week @ 2026-01-19 142/week @ 2026-01-26 86/week @ 2026-02-02 48/week @ 2026-02-09 71/week @ 2026-02-16 160/week @ 2026-02-23 112/week @ 2026-03-02 244/week @ 2026-03-09 300/week @ 2026-03-16 371/week @ 2026-03-23 717/week @ 2026-03-30 683/week @ 2026-04-06 464/week @ 2026-04-13

2,272 downloads per month
Used in 5 crates (3 directly)

GPL-3.0 license

1.5MB
7.5K 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, 56KB) winfsp/lib/winfsp-a64.lib, (static library, 56KB) 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.9MB
~37K SLoC