Registry / networking / braft
library2021-26-04vcpkgunverified

Consensus algorithm library

vcpkg install braft
INSTALL
IMPORT
SIG · BRAFT
B
braft
networkingcppv2021-26-04
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

braft/braft.h
#include <braft/braft.h>

Print braft version

#include <braft/braft.h> #include <butil/logging.h> int main() { LOG(INFO) << "braft version: " << braft::version(); return 0; }
Debug
Known issues
gotchaDepends on brpc and butil; must link those libraries.
fix
Ensure brpc::brpc and butil::butil are linked alongside braft::braft.
affects: *
Upgrade
Version history
2021-26-04latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
24
Amazon
1
OpenAI (training)
1
Resources

No resource links recorded.

braft — pip install braft · libregistry