| Crates.io | tink-proto |
| lib.rs | tink-proto |
| version | 0.3.0 |
| created_at | 2021-01-21 11:13:54.112112+00 |
| updated_at | 2024-11-28 11:32:20.658631+00 |
| description | Protocol buffer message definitions for Rust port of Google's Tink cryptography library |
| homepage | |
| repository | https://github.com/project-oak/tink-rust |
| max_upload_size | |
| id | 344842 |
| size | 178,995 |
This crate holds Rust structures auto-generated (using prost) from the protocol
buffer message definitions in the proto/ subdirectory. These .proto files are copies from
the upstream Tink project.
The version of prost used by the library is re-exported as tink_proto::prost, to allow library users to get a
precise version match.
The json feature enables serde_json based serialization of the structures.
This is not an officially supported Google product.