Crates.io | prost-derive |
lib.rs | prost-derive |
version | |
source | src |
created_at | 2017-06-25 07:38:48.366541 |
updated_at | 2024-12-06 15:37:38.030245 |
description | Generate encoding and decoding implementations for Prost annotated types. |
homepage | |
repository | https://github.com/tokio-rs/prost |
max_upload_size | |
id | 20558 |
Cargo.toml error: | TOML parse error at line 24, column 1 | 24 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
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