async-memcached 0.2.0

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

This crate only targets the ASCII protocol, as the binary protocol has been deprecated and is no
longer actively being improved.

- [x] TCP connection
- [ ] UDP connection
- [x] UNIX domain socket connection
- [ ] Authentication
- [ ] TLS

## License

MIT