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

[dependencies]
futures = { version = "0.3" }