Crates.io | micropb-gen |
lib.rs | micropb-gen |
version | 0.1.0 |
source | src |
created_at | 2024-07-14 06:13:39.163961 |
updated_at | 2024-07-14 06:13:39.163961 |
description | Generate Rust module from Protobuf files |
homepage | |
repository | https://github.com/YuhanLiin/micropb |
max_upload_size | |
id | 1302780 |
size | 612,965 |
micropb-gen
compiles .proto
files into Rust. It is intended to be used inside build.rs
for build-time code generation.
The entry point of this crate is the Generator
type. Configuration of code generator behaviour is handled by the Config
type.
Note: micropb-gen
requires protoc
to be installed on the PATH to run the code generator.