micropb-gen

Crates.iomicropb-gen
lib.rsmicropb-gen
version0.1.0
sourcesrc
created_at2024-07-14 06:13:39.163961
updated_at2024-07-14 06:13:39.163961
descriptionGenerate Rust module from Protobuf files
homepage
repositoryhttps://github.com/YuhanLiin/micropb
max_upload_size
id1302780
size612,965
Yuhan Lin (YuhanLiin)

documentation

README

micropb-gen

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.

Commit count: 0

cargo fmt