protobuf 是 ctypes/SWIG/cython 等现有 python 包装器的替代品?

protobuf is an alternative to existing python wrappers like ctypes/SWIG/cython?

我遇到了 protobuf doc 对它的用法很困惑。我们可以使用 protobuf 代替 ctype/swig/cython 吗?我的要求是必须围绕现有的 user-space C 库编写一个 python 包装器。

答案是,因为protofub是做数据(反)序列化的,它只是包装生成类似POD的结构。