Jakob Naucke

Results 4 comments of Jakob Naucke

So I'm also currently looking at this feature for a side project and would also be willing to help implement this. Personally, I'd already be happy with having `serde` compatibility...

> `UnboundCache::load_from_file("up/to/you/to/manage")` and support in the proc macro... > > ```rust > #[cached(using_file="up/to/you/to/manage")] > fn do_stuff(...) -> u32 { ... } > ``` @jaemk Hmmm. Do you reckon an API...

@jaemk in the meantime, would it be acceptable to make `UnboundCache.store` etc. fully public instead of `pub(super)`? That would at least provide an easy way to read the entire cache...

@jqnatividad Bincode looks interesting. Atm, I'm using self-written formatters with serde and flate2-rs.