winfsp-sys

Latest Version Docs License

Raw FFI bindings to WinFSP.

Usage

The winfsp-rs crates 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.

toml [dependencies.winfsp-sys] version = 0.1 features = ["system"]