Crates.io | prost-derive |
lib.rs | prost-derive |
version | 0.13.3 |
source | src |
created_at | 2017-06-25 07:38:48.366541 |
updated_at | 2024-09-21 12:44:36.537689 |
description | Generate encoding and decoding implementations for Prost annotated types. |
homepage | |
repository | https://github.com/tokio-rs/prost |
max_upload_size | |
id | 20558 |
size | 102,013 |
prost-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-derive
directly.
prost-derive
is distributed under the terms of the Apache License (Version 2.0).
See LICENSE for details.
Copyright 2017 Dan Burkert