My project needs to handle input data that contains bit strings of
arbitrary length. Some structures are just one bit long, others 3 or
11.

In Java, you can handle those types with BitSet, in C you can use bit
fields.

My question is: Do you see a "business case" for adding support for a
type "bits" analogue to the "bytes" type?

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.

Reply via email to