tink-proto

Crates.iotink-proto
lib.rstink-proto
version0.2.5
sourcesrc
created_at2021-01-21 11:13:54.112112
updated_at2023-03-14 07:48:43.161194
descriptionProtocol buffer message definitions for Rust port of Google's Tink cryptography library
homepage
repositoryhttps://github.com/project-oak/tink-rust
max_upload_size
id344842
size186,495
(conradgrobler)

documentation

https://docs.rs/tink-proto

README

Tink-Rust: Protobuf Definitions

Docs MSRV

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.

Features

The json feature enables serde_json based serialization of the structures.

License

Apache License, Version 2.0

Disclaimer

This is not an officially supported Google product.

Commit count: 660

cargo fmt