Configure Protoc to Annotate Rust Types #7
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This comment indicates it is possible to configure
prost-buildto output annotated types (i.e.#[derive(serde::Serialize, serde::Deserialize)]), that would be great if I can find a way to plumb the configuration option into the plugin to do that without the manual sed "codegen".See also: https://github.com/influxdata/pbjson
Configure Protoc to Annotate Typesto Configure Protoc to Annotate Rust Types