yamemcache 0.0.1

Yet Another memcached client library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.log]
version = "0.4"

[dependencies.tokio]
features = ["io-util"]
version = "1"

[package]
authors = ["Karol Szumski <karol.szumski@gmail.com>"]
categories = ["caching"]
description = "Yet Another memcached client library"
edition = "2021"
keywords = ["memcache", "memcached", "async"]
license = "MIT"
name = "yamemcache"
readme = "README.md"
repository = "https://github.com/rewik/yamemcache"
version = "0.0.1"