Crates.io | prost-amino-derive |
lib.rs | prost-amino-derive |
version | 0.6.1 |
source | src |
created_at | 2018-10-17 16:18:35.451554 |
updated_at | 2020-06-23 15:40:53.214458 |
description | A Protocol Buffers implementation for the Rust Language modified to enable amino (de)serialization. |
homepage | |
repository | https://github.com/danburkert/prost |
max_upload_size | |
id | 91175 |
size | 87,048 |
prost-amino-derive
handles generating encoding and decoding implementations for Rust
types annotated with prost
annotation. For the most part, users of prost
shouldn't need to interact with prost-amino-derive
directly.
prost-amino-derive
is distributed under the terms of the Apache License (Version 2.0).
See LICENSE for details.
Copyright 2017 Dan Burkert