Linux-native io_uring I/O access library
Run the following Vcpkg command to install the port.
vcpkg install liburing
The package liburing can be imported via CMake FindPkgConfig module:
find_package(PkgConfig) pkg_check_modules(liburing REQUIRED IMPORTED_TARGET GLOBAL liburing>=2.0) target_link_libraries(main PRIVATE PkgConfig::liburing)
v2.4#0
Oct 2, 2023
linux
axboe/liburing
github.com/axboe/liburing
001e1d37a1
MITorLGPL-2.1orGPL-2.0
Manifest