yamemcache

Crates.ioyamemcache
lib.rsyamemcache
version0.0.5
sourcesrc
created_at2022-11-29 12:47:29.123124
updated_at2023-04-12 07:06:55.606859
descriptionYet Another memcached client library
homepage
repositoryhttps://github.com/rewik/yamemcache
max_upload_size
id725341
size25,911
Karol Szumski (rewik)

documentation

README

This crate exists because I need an async (either runtime-agnostic or tokio-based) rust memcached client that uses metadata when deserializing. Current implementations that I know of don't allow me to do that:

  • rsmc: tokio 1.x, no access to metadata
  • memcached: async-std, no access to metadata
  • memcache: synchronous, access to metadata
  • memcache-async: futures, no access to metadata
  • async-memcached: tokio 0.2, access to metadata
  • memcached-rs: synchronous, access to metadata
  • vmemcached: tokio 1.x, no access to metadata

It will most likely break at some point. It's NOT production ready.

Commit count: 9

cargo fmt