#windows #projected #file #system #winapi #information

windows-projfs

A rust library for the Windows projected file system API

7 releases

0.1.7 Jan 22, 2024
0.1.6 Dec 30, 2023

#785 in Filesystem

26 downloads per month

GPL-2.0 license

60KB
1.5K SLoC

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

Dependencies

~141MB
~2.5M SLoC