bmemcached 0.1.0

Memcached binary protocol in pure rust with support for 'pools' and consistent hashing. (For now minor versions will break API until v1 is released)
Documentation
# bmemcached-rs [![Build Status]https://travis-ci.org/jaysonsantos/bmemcached-rs.svg?branch=master]https://travis-ci.org/jaysonsantos/bmemcached-rs
Rust binary memcached implementation (ON GOING)

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

# What works
* Add (Strings only)
* Set (Strings only)
* Replace (Strings only)
* Get (Strings only)
* Delete
* Increment
* Decrement
* Consistent Hashing
* Threading Support