boxcar_rpc

Crates.ioboxcar_rpc
lib.rsboxcar_rpc
version0.2.0-alpha2
sourcesrc
created_at2022-03-13 21:28:57.930535
updated_at2022-06-14 18:28:46.347588
descriptionAsync RPC Framework
homepagehttps://rust.volf.co/boxcar_rpc
repositoryhttps://github.com/volfco/boxcar_rpc
max_upload_size
id549455
size98,528
Colum (volfco)

documentation

README

TBD

State Diagram


 + RpcReq               Client ---> Server  (req/rsp)
   ✓    RpcReqSlot      
   -    ServerError
   
 + RpcRslt              Server ---> Server  (streaming)
 
 + RpcReqRslt           Client ---> Server  (req/rsp)
   ✓    RpcRslt      
   -    ServerError
   
 + Sub                  Client ---> Server
   ✓    RpcRslt      
   -    ServerError
Commit count: 0

cargo fmt