Expand description
This crate provides core libraries for rsmc implementations into various
async runtimes. If compression is undesired, it is possible to disable the
zlib
feature (on by default.)
Modulesยง
- This module implements the high-level client used to communicate with a memcached cluster. Regardless of the async runtime used, all implementations use the same client interface with the same API.