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:
include(FindPkgConfig) pkg_check_modules(liburing REQUIRED IMPORTED_TARGET GLOBAL liburing>=2.0) target_link_libraries(main PRIVATE PkgConfig::liburing)
v2.0#0
Jul 16, 2021
linux
axboe/liburing
github.com/axboe/liburing
bbe9763f62
Complex license
Manifest