https://github.com/danny-yamamoto/rust-grpc
Getting Started with the gRPC API
https://github.com/danny-yamamoto/rust-grpc
grpc rust
Last synced: about 2 months ago
JSON representation
Getting Started with the gRPC API
- Host: GitHub
- URL: https://github.com/danny-yamamoto/rust-grpc
- Owner: danny-yamamoto
- Created: 2023-10-22T09:51:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-07T10:32:04.000Z (over 1 year ago)
- Last Synced: 2025-02-02T18:21:09.283Z (4 months ago)
- Topics: grpc, rust
- Language: Rust
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rust-grpc
Getting Started with the gRPC API```bash
.
├── README.md
└── Weather
├── build.rs
├── Cargo.lock
├── Cargo.toml
├── Dockerfile
├── out
├── proto
│ └── weather
│ └── weather.proto
├── README.md
└── src
└── main.rs
```