async-memcached 0.1.1

An Tokio-based memcached client for Rust.
Documentation
# async-memcache
async-memcache is an async [memcached](https://memcached.org/) client implementation for Tokio.

*Warning*: This is a work in progress crate.

## Features
- [ ] Binary protocol
- [x] ASCII protocol
- [x] TCP connection
- [ ] UDP connection
- [ ] UNIX Domain socket connection
- [ ] Automatically compress
- [ ] Automatically serialize to JSON / msgpack etc.
- [ ] Typed interface
- [ ] Mutiple server support with custom key hash algorithm
- [ ] SASL authority (plain)

## License
MIT