thruster-grpc

Crates.iothruster-grpc
lib.rsthruster-grpc
version0.2.3
sourcesrc
created_at2022-04-10 23:11:31.191725
updated_at2023-06-26 12:57:15.127628
descriptionA GRPC library for use with thruster
homepage
repository
max_upload_size
id565277
size17,971
Peter Mertz (trezm)

documentation

README

Thruster-gRPC

This is an experimental library to provide gRPC support over thruster.

Usage

Note: Currently, this library only works with a hyper-based server of thruster.

The brunt of the work is done by the util::context_to_message and util::context_from_message methods. These take proto inputs and make them into usable structs (and vice versa.) Also provided in this crate are a hyper-based server for handling incoming protos (in HTTP2,) and a dedicated context.

Please check the examples for usage, docs will be forthcoming soon, but are fairly sparse at the moment!

Commit count: 0

cargo fmt