Expand description
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.
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.