https://github.com/abitofhelp/apis-rust
This repository contains an example using Rust, Bazel 7 (bzlmod), ProtoBuf, GoogleApis, and gRPC.
https://github.com/abitofhelp/apis-rust
bazel bazel-example googleapis grpc protobuf protocol-buffers rust rust-lang
Last synced: 2 months ago
JSON representation
This repository contains an example using Rust, Bazel 7 (bzlmod), ProtoBuf, GoogleApis, and gRPC.
- Host: GitHub
- URL: https://github.com/abitofhelp/apis-rust
- Owner: abitofhelp
- Created: 2023-12-19T07:30:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-19T07:51:13.000Z (over 1 year ago)
- Last Synced: 2024-04-24T03:21:27.180Z (about 1 year ago)
- Topics: bazel, bazel-example, googleapis, grpc, protobuf, protocol-buffers, rust, rust-lang
- Language: Starlark
- Homepage:
- Size: 36.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# apis-rust
Recently, many exciting releases of key technologies used in microservice architectures have been released.
Unfortunately, I couldn't find any examples online that use the latest releases of those technologies, so
I have created this sample, which works out the kinks I encountered.* Bazel (v7-bzlmod)
* Rust (1.76)
* Protobuf (v21.7)
* gRPC (v1.48.1)
* GoogleApis