Crates.io | windows-projfs |
lib.rs | windows-projfs |
version | 0.1.7 |
source | src |
created_at | 2023-12-28 14:03:04.689257 |
updated_at | 2024-01-22 09:31:15.866715 |
description | A rust library for the Windows projected file system API |
homepage | |
repository | https://github.com/WolverinDEV/windows-projfs |
max_upload_size | |
id | 1082436 |
size | 69,434 |
A simple rust library for easily creating projected file systems on Windows.
Examples can be found in examples.
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