| Crates.io | yamemcache |
| lib.rs | yamemcache |
| version | 0.0.5 |
| created_at | 2022-11-29 12:47:29.123124+00 |
| updated_at | 2023-04-12 07:06:55.606859+00 |
| description | Yet Another memcached client library |
| homepage | |
| repository | https://github.com/rewik/yamemcache |
| max_upload_size | |
| id | 725341 |
| size | 25,911 |
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:
It will most likely break at some point. It's NOT production ready.