wb-cache 0.1.0

Your L1 in-app write-behind cache for various kinds of backends.
Documentation
1
2
3
4
5
6
7
8
9
use fieldx::fxstruct;

#[derive(Clone, Debug)]
#[fxstruct(no_new, builder, get(copy))]
pub struct Shipment {
    product_id: i32,
    batch_size: i32,
    arrives_on: i32,
}