protobuf 0.1.0
D runtime library for Google Protocol Buffers
To use this package, run the following command in your project's root directory:
Manual usage
Put the following dependency into your project's dependences section:
Protocol Buffers D Support Library
This D package implements the Protocol Buffers encoding and decoding operations for both binary and JSON formats. The support library uses the generated D code that defines the messages and enum types.
Together with this library D generation support was added to protoc
. The
generated code is very simple and easy to read.
Installation
The Protocol Buffers D support library is distributed as DUB package. Use the instructions there about how to integrate it in your project.
The DUB package contains just the support library, protoc
needs to be
installed as well in order to have the D code generation available
(--d_out
option). Please see the Protocol Buffers README about installing
protoc
on your system.
Example
See examples
directory in the Protocol Buffers repository.
- Registered by Dragos Carp
- 0.1.0 released 6 years ago
- dcarp/protobuf-d
- developers.google.com/protocol-buffers/
- https://github.com/google/protobuf/blob/master/LICENSE
- Authors:
- Dependencies:
- none
- Versions:
-
0.6.2 2020-Jun-02 0.6.1 2020-Jun-01 0.6.0 2019-Oct-07 0.5.5 2019-Sep-08 0.5.4 2019-Jun-17 - Download Stats:
-
-
13 downloads today
-
37 downloads this week
-
162 downloads this month
-
8739 downloads total
-
- Score:
- 2.5
- Short URL:
- protobuf.dub.pm