Difference between revisions of "ProtocolBuffer"
From Makers Local 256
(→Todo: now supports repeated elements!) |
(→Todo: unknown fields are now supported via byte blobs) |
||
Line 10: | Line 10: | ||
==Todo== | ==Todo== | ||
* support options (includes defaults) | * support options (includes defaults) | ||
− | |||
* support imports (yeah, I know, I'm lame for not already supporting this) | * support imports (yeah, I know, I'm lame for not already supporting this) | ||
* support extensions | * support extensions |
Revision as of 08:57, 16 July 2009
Creator: |
Overview
ProtocolBuffer is a D library encompassing the basic tools required to compile the .proto definition file into code and additional functions that are used by the resulting source file.
Todo
- support options (includes defaults)
- support imports (yeah, I know, I'm lame for not already supporting this)
- support extensions
- support services