memcache-async 0.8.0

A no-frills async memcached client for Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.futures]
version = "0.3"

[package]
authors = ["Marek VavrusÌŒa <marek@vavrusa.com>"]
description = "A no-frills async memcached client for Rust."
documentation = "https://docs.rs/memcache-async"
edition = "2018"
homepage = "https://github.com/vavrusa/memcache-async"
keywords = ["memcache", "memcached", "cache", "database", "async"]
license = "MIT"
name = "memcache-async"
readme = "README.md"
repository = "https://github.com/vavrusa/memcache-async"
version = "0.8.0"