slacker 0.1.3

Slacker server built on top of tokio.
Documentation
1
2
3
4
5
6
7
8
use serde_json::value::Value as Json;

use service::*;

pub type JsonRpcFn = RpcFn<Json>;
pub type JsonRpcFnSync = RpcFnSync<Json>;

pub struct JsonSlacker;