MystenLabs / scion-rs

This library provides an end-host networking stack for SCION and can be used in Rust applications to communicate over a SCION network.
Apache License 2.0
20 stars 5 forks source link

Monitor proposed changes to RPC layer #50

Open mlegner opened 10 months ago

mlegner commented 10 months ago

There is a proposal to replace gRPC with Connect: https://github.com/scionproto/scion/issues/4434.

So far, I haven't found a Rust library for Connect. There might be one by the time this change is performed, otherwise we would have to implement (part of) the protocol ourselves.

oncilla commented 4 months ago

Tracking connect discussion about rust support.