nuraft v3.0.0
- Created
- Updated
C++ implementation of Raft core logic as a replication library.
# Usage
nuraft provides CMake targets:
find_package(NuRaft CONFIG REQUIRED)
target_link_libraries(main PRIVATE NuRaft::static_lib) # License
# Supported Platforms
!uwp
- ✅ linux
- ✅ osx
- ✅ windows
- ❌
uwp
# Features
No features defined.
# Dependencies
# Host Dependencies
and one transitive dependency:
- vcpkg-cmake-get-vars (by openssl )
# Dependents
No dependents.
# Host Dependents
No dependents.
# Contributors
lithrad