Architercture RAFT in C++

Can you please tell me if there is an implementation of the RAFT architecture in C ++? I need to embed an implementation on iOS. In the standard library that comes via cocoapods, I could not find an implementation of this architecture. The implementation of RAFT written is in Python. Do I need to convert RAFT from Python to C++ or is there already a solution?