module SimpleRpc

Defined in:

simple_rpc.cr
simple_rpc/error.cr

Constant Summary

NOTIFY = 2_i8
REQUEST = 0_i8
RESPONSE = 1_i8
VERSION = "0.10.0"