sova-grpc 0.1.2

Connect-JSON unary RPC client (+ optional server) for Sova
Documentation

crates.io docs.rs License

sova-grpc

Connect-JSON unary RPC for Sova — client first (req.grpc().call), FakeGrpc, optional unary server mount.

No tonic / .proto required for v1 (serde JSON).

Guide: https://s00d.github.io/sova/plugins/grpc

Install

cargo add sova --features grpc

Server mount: Grpc::server().unary(...).client(url).

License

MIT — see LICENSE.