Skip to content

Commit a970f90

Browse files
deploy: 084caec
1 parent 00697fb commit a970f90

2 files changed

Lines changed: 20 additions & 11 deletions

File tree

index.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Protocol Buffers on Protocol Buffers Documentation</title><link>https://protobuf.dev/</link><description>Recent content in Protocol Buffers on Protocol Buffers Documentation</description><generator>Hugo</generator><language>en</language><atom:link href="https://protobuf.dev/index.xml" rel="self" type="application/rss+xml"/><item><title>Overview</title><link>https://protobuf.dev/overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://protobuf.dev/overview/</guid><description>It’s like JSON, except it&amp;rsquo;s smaller and faster, and it generates native language bindings. 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.
22
Protocol buffers are a combination of the definition language (created in .proto files), the code that the proto compiler generates to interface with data, language-specific runtime libraries, the serialization format for data that is written to a file (or sent across a network connection), and the serialized data.</description></item><item><title>Protocol Buffer Compiler Installation</title><link>https://protobuf.dev/installation/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://protobuf.dev/installation/</guid><description>The protocol buffer compiler, protoc, is used to compile .proto files, which contain service and message definitions. Choose one of the methods given below to install protoc.
33
Install Pre-compiled Binaries (Any OS) To install the latest release of the protocol compiler from pre-compiled binaries, follow these instructions:
4-
From https://github.com/google/protobuf/releases, manually download the zip file corresponding to your operating system and computer architecture (protoc-&amp;lt;version&amp;gt;-&amp;lt;os&amp;gt;-&amp;lt;arch&amp;gt;.zip), or fetch the file using commands such as the following:</description></item><item><title>Language Guide (editions)</title><link>https://protobuf.dev/programming-guides/editions/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://protobuf.dev/programming-guides/editions/</guid><description>This guide describes how to use the protocol buffer language to structure your protocol buffer data, including .proto file syntax and how to generate data access classes from your .proto files. It covers edition 2023 to edition 2024 of the protocol buffers language. For information about how editions differ from proto2 and proto3 conceptually, see Protobuf Editions Overview.
4+
Navigate to the latest GitHub Release.
5+
Download the zip file corresponding to your operating system and computer architecture (protoc-&amp;lt;version&amp;gt;-&amp;lt;os&amp;gt;-&amp;lt;arch&amp;gt;.zip).
6+
For example, for Linux x86-64 on 34.</description></item><item><title>Language Guide (editions)</title><link>https://protobuf.dev/programming-guides/editions/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://protobuf.dev/programming-guides/editions/</guid><description>This guide describes how to use the protocol buffer language to structure your protocol buffer data, including .proto file syntax and how to generate data access classes from your .proto files. It covers edition 2023 to edition 2024 of the protocol buffers language. For information about how editions differ from proto2 and proto3 conceptually, see Protobuf Editions Overview.
57
For information on the proto2 syntax, see the Proto2 Language Guide.
68
For information on proto3 syntax, see the Proto3 Language Guide.</description></item><item><title>Language Guide (proto 2)</title><link>https://protobuf.dev/programming-guides/proto2/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://protobuf.dev/programming-guides/proto2/</guid><description>This guide describes how to use the protocol buffer language to structure your protocol buffer data, including .proto file syntax and how to generate data access classes from your .proto files. It covers the proto2 revision of the protocol buffers language.
79
For information on editions syntax, see the Protobuf Editions Language Guide.

0 commit comments

Comments
 (0)