Skip to content

Commit 0175e37

Browse files
committed
[protobuf] categorize as tool and highlight
1 parent f4d4fb7 commit 0175e37

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

protocol-buffer-3.html.markdown

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
---
2-
language: Protocol Buffers
2+
category: tool
3+
tool: Protocol Buffers
34
filename: protocol-buffers.proto
45
contributors:
56
- ["Shankar Shastri", "https://github.com/shankarshastri"]
67
---
7-
# Protocol Buffers
8-
9-
## Why Protocol Buffers
108

119
Protocol buffers are Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data – think XML, but smaller, faster, and simpler.
1210
You define how you want your data to be structured once, then you can use special generated source code to easily write and read your structured data to and from a variety of data streams and using a variety of languages.
1311
Protocol Buffers are Schema Of Messages. They are language agnostic.
1412
They can be converted to binary and converted back to message formats using the code generated by the protoc compiler for various languages.
1513

16-
```
14+
```protobuf
1715
/*
1816
* Language Syntax
1917
*/

0 commit comments

Comments
 (0)