File: README.md

package info (click to toggle)
rust-protobuf-parse 3.7.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 520 kB
  • sloc: makefile: 9
file content (15 lines) | stat: -rw-r--r-- 573 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!-- cargo-sync-readme start -->

# Parse `.proto` files

Parse `.proto` file definitions, **not** the protobuf text format serialization.

Files can be parsed using pure Rust parser (mod `pure`)
or using the `protoc` command (mod `protoc`).

This crate is not meant to be used directly, but rather through the `protobuf-codegen` crate.
If you think this crate might be useful to you,
please [consider creating an issue](https://github.com/stepancheg/rust-protobuf/issues/new),
until that this crate is considered to have **no stable API**.

<!-- cargo-sync-readme end -->