winfsp-sys 0.1.3+winfsp-1.11

Raw bindings to WinFSP
docs.rs failed to build winfsp-sys-0.1.3+winfsp-1.11
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: winfsp-sys-0.2.2+winfsp-2.0

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