1 unstable release
new 0.16.0 | Nov 27, 2024 |
---|
#19 in #inter-process
Used in sos
420KB
10K
SLoC
Inter-process communcation library for Save Our Secrets.
Supports a local socket transport using interprocess which is enabled by default and an alternative TCP transport which can be enabled using the tcp
feature if required.
Communication uses protocol buffers however to facilitate browser extensions that need to use native messaging all request and response types must also implement the serde traits.
This crate also includes the source for the sos-native-bridge
executable which translates JSON requests into the underlying protobuf
messages and relay them over the IPC channel.
Dependencies
~40–65MB
~1M SLoC