Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
README.chromium | D | 03-May-2024 | 345 | 13 | 10 | |
encoder.py | D | 03-May-2024 | 7 KiB | 225 | 158 | |
wire_format.py | D | 03-May-2024 | 2.3 KiB | 53 | 18 |
README.chromium
1Name: Protobuf 2URL: https://developers.google.com/protocol-buffers/ 3Version: 3.0.0 4License: BSD 5 6Description: 7Protocol buffers are Google's language-neutral, platform-neutral, 8extensible mechanism for serializing structured data. 9 10Local Modifications: 11Removed pretty much everything except functions necessary to write 12bools, ints, and strings. 13