betterproto-rust-codec

Fast conversion between betterproto messages and Protobuf wire format.

MIT 2 个版本 Python >=3.7
安装
pip install betterproto-rust-codec
poetry add betterproto-rust-codec
pipenv install betterproto-rust-codec
conda install betterproto-rust-codec
描述

betterproto-rust-codec

Exposes functions for fast conversion between betterproto messages and the Protobuf wire format. These functions are implemented in Rust, hence considerably faster than the original native Python code.