File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 22
33# Library to read and write protocol buffers data
44
5+ ## Install
6+
7+ To get started generaing Rust code from ProtoBufs, add this to your ` Cargo.toml `
8+ ``` toml
9+ [dependencies ]
10+ protobuf = " 3.7"
11+
12+ [build-dependencies ]
13+ protobuf-codegen = " 3.7"
14+ ```
15+
516## Features
617
718This crate has one feature, which is ` with-bytes ` .
Original file line number Diff line number Diff line change 11//! # Library to read and write protocol buffers data
22//!
3+ //! ## Install
4+ //!
5+ //! To get started generaing Rust code from ProtoBufs, add this to your `Cargo.toml`
6+ //! ```toml
7+ //! [dependencies]
8+ //! protobuf = "3.7"
9+ //!
10+ //! [build-dependencies]
11+ //! protobuf-codegen = "3.7"
12+ //! ```
13+ //!
314//! ## Features
415//!
516//! This crate has one feature, which is `with-bytes`.
You can’t perform that action at this time.
0 commit comments