| Crates.io | retrom-grpc-service |
| lib.rs | retrom-grpc-service |
| version | 0.7.51 |
| created_at | 2025-12-01 04:10:50.817294+00 |
| updated_at | 2026-01-18 23:58:49.046777+00 |
| description | The Retrom video game library gRPC service handlers |
| homepage | |
| repository | https://github.com/JMBeresford/retrom |
| max_upload_size | |
| id | 1959274 |
| size | 381,957 |
The Retrom gRPC Service package provides the core gRPC API implementation for the Retrom video game library management system. It defines a set of specialized service handlers that handle requests from clients through Protocol Buffers and gRPC.
[!TIP] Check out the
retrom-servicepackage for details on setting up the development environment, running the service, and contributing.
This package implements several gRPC services that handle different aspects of the Retrom application:
The package follows a modular architecture where each service is implemented as a separate handler struct that implements the corresponding gRPC service trait. The main components include: