Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
examples/ | 03-May-2024 | - | 43 | 36 | ||
src/ | 03-May-2024 | - | 8,773 | 7,381 | ||
tests/ | 03-May-2024 | - | 57 | 52 | ||
.cargo_vcs_info.json | D | 03-May-2024 | 108 | 6 | 6 | |
Android.bp | D | 03-May-2024 | 2.6 KiB | 92 | 85 | |
Cargo.lock | D | 03-May-2024 | 6.1 KiB | 243 | 214 | |
Cargo.toml | D | 03-May-2024 | 1.5 KiB | 63 | 49 | |
Cargo.toml.orig | D | 03-May-2024 | 1 KiB | 40 | 32 | |
LICENSE | D | 03-May-2024 | 1 KiB | 19 | 16 | |
LICENSE.txt | D | 03-May-2024 | 1 KiB | 19 | 16 | |
METADATA | D | 03-May-2024 | 366 | 20 | 19 | |
MODULE_LICENSE_MIT | D | 03-May-2024 | 0 | |||
OWNERS | D | 03-May-2024 | 47 | 2 | 1 | |
README.md | D | 03-May-2024 | 573 | 16 | 8 | |
cargo2android.json | D | 03-May-2024 | 60 | 6 | 5 |
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