commit | 61b0905040936613a3e7d20ca89a5f90dbc1788f | [log] [tgz] |
---|---|---|
author | Matt Kulukundis <matt.fowles@gmail.com> | Sat Feb 19 19:35:58 2022 -0500 |
committer | Matt Kulukundis <matt.fowles@gmail.com> | Sat Feb 19 19:35:58 2022 -0500 |
tree | d7c99a1cd96fe410d86156da1a20aca47937ab84 | |
parent | bf043418053d80bf8573f7c8d57b9af4ab6f6d51 [diff] |
add some missing testonly attributes
μpb (often written ‘upb’) is a small protobuf implementation written in C.
upb is the core runtime for protobuf languages extensions in Ruby, PHP, and (soon) Python.
While upb offers a C API, the C API & ABI are not stable. For this reason, upb is not generally offered as a C library for direct consumption, and there are no releases.
upb has comparable speed to protobuf C++, but is an order of magnitude smaller in code size.
Like the main protobuf implementation in C++, it supports:
upb also supports some features that C++ does not:
However there are a few features it does not support:
protoc
.For Ruby, use RubyGems:
$ gem install google-protobuf
For PHP, use PECL:
$ sudo pecl install protobuf
Please see CONTRIBUTING.md.