7 releases
0.2.1+winfsp-2.0 | May 3, 2023 |
---|---|
0.2.0+winfsp-2.0 |
|
0.1.4+winfsp-1.11 | Sep 23, 2022 |
0.0.0 | Sep 18, 2022 |
#547 in Filesystem
309 downloads per month
Used in 3 crates
(2 directly)
435KB
9K
SLoC
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.1"
features = ["system"]
No runtime deps
~0–1.5MB
~33K SLoC