Difference between revisions of "ProtocolBuffer"
From Makers Local 256
(→Todo: remove a completed item, cleanup) |
(→Todo: extensions are now supported!) |
||
Line 12: | Line 12: | ||
==Todo== | ==Todo== | ||
− | |||
* proper option support | * proper option support | ||
* support groups (unlikely, since they are deprecated) | * support groups (unlikely, since they are deprecated) |
Revision as of 10:47, 11 August 2009
Creator: |
Overview
ProtocolBuffer is a D library encompassing the basic tools required to compile .proto definition files into code and additional functions that are used by the resulting source file. The backend library is separated from the definition compiler for now, but those may merge in the future.
Options
At the moment, only a handful of options are supported and all others will be ignored. Options are not currently accessible at runtime. Supported options are packed, deprecated, and default.
Todo
- proper option support
- support groups (unlikely, since they are deprecated)
- support services (this may not happen at all)