#rpc #protocols #json-rpc #cross-language #bus #triaka

yanked triaka-rpc-proto

Rust implementation of the Triaka RPC protocol

0.2.1 Nov 13, 2022
0.2.0 Nov 11, 2022
0.1.0 Nov 7, 2022

#12 in #cross-language

36 downloads per month

Unlicense

15KB
318 lines

triaka-rpc-proto-rs

Triaka RPC is a lightweight RPC bus, which aims to be fast, secure, cross-language, and strives to be small and powerful. Triaka RPC uses a simple protocol which looks like JSON-RPC, which is optimized for speed.

This is the Rust implementation of the Triaka RPC protocol.


lib.rs:

Rust implementation of the Triaka RPC protocol.

The Triaka RPC protocol is similar to JSON-RPC 2.0, but is optimized for speed.

Dependencies

~0.7–13MB
~106K SLoC