Rust binary memcached implementation (ON GOING)
I am trying to learn rust by reimplementing a python project that I wrote.
On all supported functions we use traits to be able to send any type of values to memcached.