• Home
Name Date Size #Lines LOC

..--

README.chromiumD03-May-2024345 1310

encoder.pyD03-May-20247 KiB225158

wire_format.pyD03-May-20242.3 KiB5318

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