memcache-async 0.2.0

A no-frills async memcached client for Rust.
Documentation
1
2
3
4
#![feature(await_macro, async_await, test)]

/// Implements ASCII protocol.
pub mod ascii;