Tim Burks 1206ee7a88 README updates. 9 năm trước cách đây
..
QuickProto fab7fafcb0 Default gRPC server now returns "OK". Fix some broken references. 9 năm trước cách đây
QuickProto.xcodeproj 4b6981bff5 Map-related improvements 9 năm trước cách đây
QuickProtoApp 4b6981bff5 Map-related improvements 9 năm trước cách đây
QuickProtoGen 900383471f QuickProto API improvements 9 năm trước cách đây
QuickProtoTests 494669ba1b QuickProto: rename the "serialize" method of Message to "data" 9 năm trước cách đây
Samples 7ceec3fe2d Updated READMEs for broader audiences, removed API keys and client credentials. 9 năm trước cách đây
README.md 1206ee7a88 README updates. 9 năm trước cách đây

README.md

QuickProto is a simple library for reading and writing Protocol Buffers with no code generation. It is intended for use in testing, temporary scaffolding, and any situations where protocol buffer definitions are not known at build time.

QuickProto requires a binary FileDescriptorSet representation of the protos to be read. This can be generated by the protoc compiler using the -o option.