• Home
Name
Date
Size
#Lines
LOC

..--

examples/03-May-2024-4336

src/03-May-2024-8,7737,381

tests/03-May-2024-5752

.cargo_vcs_info.jsonD03-May-2024108 66

Android.bpD03-May-20242.6 KiB9285

Cargo.lockD03-May-20246.1 KiB243214

Cargo.tomlD03-May-20241.5 KiB6349

Cargo.toml.origD03-May-20241 KiB4032

LICENSED03-May-20241 KiB1916

LICENSE.txtD03-May-20241 KiB1916

METADATAD03-May-2024366 2019

MODULE_LICENSE_MITD03-May-20240

OWNERSD03-May-202447 21

README.mdD03-May-2024573 168

cargo2android.jsonD03-May-202460 65

README.md

1<!-- cargo-sync-readme start -->
2
3# Parse `.proto` files
4
5Parse `.proto` file definitions, **not** the protobuf text format serialization.
6
7Files can be parsed using pure Rust parser (mod `pure`)
8or using the `protoc` command (mod `protoc`).
9
10This crate is not meant to be used directly, but rather through the `protobuf-codegen` crate.
11If you think this crate might be useful to you,
12please [consider creating an issue](https://github.com/stepancheg/rust-protobuf/issues/new),
13until that this crate is considered to have **no stable API**.
14
15<!-- cargo-sync-readme end -->
16