Skip to content

nuraftv3.0.0

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)

#Supported Platforms

!uwp

  • linux
  • osx
  • windows
  • uwp

#Features

No features defined.

#Dependencies

No transitive dependencies.

#Host Dependencies

and one transitive dependency:

#Used By

No ports use this.

#Host Tool For

No ports use this.

#Contributors

  • lithrad's avatarlithrad

#Changelog

  • eb4b421[nuraft] Add new port (#28286) (#48596)