Function prost_serde::build_with_serde[][src]

pub fn build_with_serde(json: &str) -> BuildConfig
Expand description

Build the protobuf files with the build opts provided by a JSON string.

Normally you should put the json file in your crate, and load it with include_str!, then pass it to this build function.