mouscache_derive 0.4.0

A utility crate implement trait to store object either in redis or in memory
Documentation

This crate provides Mouscache's derive macros.

#[macro_use]
extern crate mouscache_derive;

#[derive(Cacheable)]
struct S;

fn main() {}

Please refer to mouscache-rs for how to set this up.