C++ implementation of Raft core logic as a replication library.
Run the following Vcpkg command to install the port.
vcpkg install nuraft
nuraft provides CMake targets:
find_package(NuRaft CONFIG REQUIRED)
target_link_libraries(main PRIVATE NuRaft::static_lib)
v3.0.0#0
Dec 23, 2025
!uwp
eBay/NuRaft
github.com/eBay/NuRaft
eb4b421187
Apache-2.0
Manifest