Difference between revisions of "ProtocolBuffer"

From Makers Local 256
Jump to: navigation, search
(Todo: required elements work, now!)
(Todo: now supports repeated elements!)
Line 9: Line 9:
  
 
==Todo==
 
==Todo==
* support repeated elements
 
 
* support options (includes defaults)
 
* support options (includes defaults)
 
* support unknown fields
 
* support unknown fields

Revision as of 22:53, 15 July 2009

Creator:
opticron
Status:
Early Implementation
Born On:
18:22, 15 July 2009 (CDT)
Last Updated:
22:53, 15 July 2009 (CDT)

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 unknown fields
  • support imports (yeah, I know, I'm lame for not already supporting this)
  • support extensions
  • support services