# rust-protobuf-example **Repository Path**: lsq2025/rust-protobuf-example ## Basic Information - **Project Name**: rust-protobuf-example - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-01-24 - **Last Updated**: 2024-03-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # rust-protobuf-example Example rust protobuf project ## Motivation Simple and obvious examples for using `rust-protobuf` module were lacking, so this was created. ## Dependencies protoc (Protobuf Compiler) [Installation instructions](https://grpc.io/docs/protoc-installation) ### Installing Protoc on Ubuntu (and similar) `sudo apt install protobuf-compiler` ## Look here Key files to read are: * src/protos/example.proto * src/main.rs * build.rs ## Using Standard rust package: ``` $ cargo build $ cargo run ``` ## Contributions Contributions are welcome. File an issue or PR.