winfsp-sys 0.12.1+winfsp-2.1

Raw bindings to WinFSP
Documentation

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"]