| commit | ec1a456ae41dd6eead10ed2496ba9f1e1efad1e2 | [log] [tgz] |
|---|---|---|
| author | James Farrell <[email protected]> | Tue Oct 08 17:49:26 2024 +0000 |
| committer | James Farrell <[email protected]> | Tue Oct 08 17:49:26 2024 +0000 |
| tree | 834c1054ed011208e4e7cf77977a5a0733dbdd9c | |
| parent | a2f540378ff7e2692c37462a6cf283da6f2bf1e6 [diff] |
Fix license file issues to make this crate healthy to migrate to monorepo. Make LICENSE.txt and the corresponding patch file match https://github.com/stepancheg/rust-protobuf/blob/master/protobuf-parse/LICENSE.txt Make LICENSE a symlink to LICENSE.txt. Bug: http://b/339424309 Test: treehugger Change-Id: I7729fa29ab6fa4f7f7ed9e0d442edbb2cfb17570
.proto filesParse .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, until that this crate is considered to have no stable API.