7 releases

0.2.1+winfsp-2.0 May 3, 2023
0.2.0+winfsp-2.0 May 3, 2023
0.1.4+winfsp-1.11 Sep 23, 2022
0.0.0 Sep 18, 2022

#547 in Filesystem

Download history 11/week @ 2023-02-09 25/week @ 2023-02-16 16/week @ 2023-02-23 7/week @ 2023-03-02 18/week @ 2023-03-09 5/week @ 2023-03-16 6/week @ 2023-03-23 8/week @ 2023-03-30 41/week @ 2023-04-06 33/week @ 2023-04-13 44/week @ 2023-04-20 77/week @ 2023-04-27 89/week @ 2023-05-04 51/week @ 2023-05-11 58/week @ 2023-05-18 69/week @ 2023-05-25

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

GPL-3.0 license

435KB
9K SLoC

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.1"
features = ["system"]

No runtime deps

~0–1.5MB
~33K SLoC