memcached-protocal 0.1.11

Memcached Text Protocal
Documentation
1
2
3
4
5
6
7
8

#[derive(Debug)]
struct StatsResponseItem {
    name: String,
    value: String,
}

type StatsResponse = Vec<StatsResponseItem>;