Registry / utility / llfio
library2025-01-13vcpkgunverified

P1031 low level file i/o and filesystem library for the C++ standard

vcpkg install llfio
INSTALL
IMPORT
SIG · LLFIO
L
llfio
utilitycppv2025-01-13
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

llfio.hpp
#include <llfio.hpp>

Open a file for reading using LLFIO

#include "llfio.hpp" // Open a file for reading auto f = llfio::file_handle::file({}, "test.txt", llfio::file_handle::mode::read);
Debug
Known issues
breakingLLFIO is experimental and API may change
fix
Pin to a specific version and test thoroughly
affects: *
Upgrade
Version history
2025-01-13latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

llfio — pip install llfio · libregistry