Adding winfsp_sys library as a dependency

Run this command in a terminal, in your project's directory:

cargo add winfsp-sys

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

winfsp-sys = "0.12.1+winfsp-2.1"

The winfsp_sys library will be automatically available globally. Read the winfsp_sys library documentation.

Back to the crate overview.