pub fn generate_elixir_protobuf(
schema: &ProtobufSchema,
target: &ProtobufTarget,
) -> Result<String>Expand description
Generate Elixir Protobuf code from a schema.
pub fn generate_elixir_protobuf(
schema: &ProtobufSchema,
target: &ProtobufTarget,
) -> Result<String>Generate Elixir Protobuf code from a schema.