-
```
Hi,
Any plans to update the Objective C Protocol Buffers library to version 2.3.0 ?
Thanks in advance.
```
Original issue reported on code.google.com by `gutz...@gmail.com` on 1 Jul 2010 at 8:0…
-
In our code, we use `os.environ["PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION"] = "python"`
Because of this, float arrays sent with `grpcurl` are converted into double, i could be wrong on this.
In any ca…
-
**Is your feature request related to a problem? Please describe.**
We use Protobuf objects extensively in our stack, including protobuf-js objects. We're wondering what the best way would be to plugi…
-
Buffers are similar to reactions, but there are a few noteworthy differences:
- I usually want to specify 1x concentrations (not volumes).
- I usually want to specify that the buffer should be con…
-
-
I guess a lot of people are working with the bytes crate when using tokio and network protocols. It would be nice if rasn could work directly with the relevant types, with an API similar to https://do…
shahn updated
2 weeks ago
-
- Google Protocol Buffer(简称 Protobuf)是一种轻便高效的结构化数据存储格式,平台无关、语言无关、可扩展,可用于通讯协议和数据存储等领域。
- 前后端都可以直接在项目中使用protobuf,不用再额外去定义model
- protobuf可以直接作为前后端数据和接口的文档,大大减少了沟通成本;
-
Given the C++ type:
```C++
struct Data {
std::string x;
int y;
std::vector z;
};
```
Generate a .proto file including (assuming 64 bit):
```proto
message Data {
required string x …
-
-
Hi,
Are there plans to upgrade this repository to work on more recent protocol buffers?
If not does anyone aware of any pulls of this repo which compiles against PB 2.6.1 ?
Thanks.