bmemcached-rs Build Status

Rust binary memcached implementation (ON GOING)

Why

I am trying to learn rust by reimplementing a python project that I wrote.

What works

Trait usage

On all supported functions we use traits to be able to send any type of values to memcached.