winfsp-sys

Crates.iowinfsp-sys
lib.rswinfsp-sys
version0.2.2+winfsp-2.0
sourcesrc
created_at2022-09-18 05:25:18.821964
updated_at2023-09-14 06:25:09.176251
descriptionRaw bindings to WinFSP
homepage
repositoryhttps://github.com/SnowflakePowered/winfsp-rs
max_upload_size
id668489
size1,490,126
Ronny Chan (chyyran)

documentation

README

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"]
Commit count: 176

cargo fmt