Skip to Content

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

No transitive dependencies.

# Host Dependencies

# Dependents

No dependents.

# Host Dependents

No dependents.

# Contributors

  • lithrad's avatar lithrad

# Changelog

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

# Source