windows-projfs

Crates.iowindows-projfs
lib.rswindows-projfs
version0.1.7
sourcesrc
created_at2023-12-28 14:03:04.689257
updated_at2024-01-22 09:31:15.866715
descriptionA rust library for the Windows projected file system API
homepage
repositoryhttps://github.com/WolverinDEV/windows-projfs
max_upload_size
id1082436
size69,434
(WolverinDEV)

documentation

README

windows-projfs

GitHub build status crates.io

A simple rust library for easily creating projected file systems on Windows.
Examples can be found in examples.

Attention

You must ensure, that the projected file system is enabled on your machine.
You can enable the projected file system with this command:

Enable-WindowsOptionalFeature -Online -FeatureName Client-ProjFS -NoRestart

More information can be found here:
https://learn.microsoft.com/en-us/windows/win32/projfs/enabling-windows-projected-file-system

Commit count: 39

cargo fmt