• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

examples/25-Apr-2025-4336

patches/25-Apr-2025-6362

src/25-Apr-2025-8,7737,381

tests/25-Apr-2025-5752

.cargo-checksum.jsonD25-Apr-20254.2 KiB11

Android.bpD25-Apr-20251.5 KiB6459

Cargo.lockD25-Apr-20256.1 KiB243214

Cargo.tomlD25-Apr-20251.5 KiB6349

LICENSED25-Apr-20252.8 KiB5746

LICENSE.txtD25-Apr-20252.8 KiB5746

METADATAD25-Apr-2025366 1817

MODULE_LICENSE_MITD25-Apr-20250

README.mdD25-Apr-2025573 168

cargo_embargo.jsonD25-Apr-202525 43

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