Skip to content

Commit

Permalink
README updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bmizerany committed Jan 11, 2011
1 parent 02adca1 commit d0e1201
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,16 +64,16 @@ Any object responding to `<<` can accept encoding

# TODO

Very, very near future:
* Enum support
* Wire types 1,3 & 5

Nice to have:
* `.proto` -> Ruby generator
* Groups (would be nice for accessing older protos)
* Embeded messages must be encoded to memory before encoded to the stream; if
there is a simple, non-invasive way to fix this, I'm ready to take that
patch.
Very, very near future:

* Enum support
* Wire types 1,3 & 5

Nice to have:

* `.proto` -> Ruby generator
* Groups (would be nice for accessing older protos)
* Remove need to encode embeded messages before writing to the wire.

# Further Reading

Expand Down

0 comments on commit d0e1201

Please sign in to comment.