feat: add generic in-memory cache interface (#737)

This commit is contained in:
Kartikeya Hegde
2023-03-14 17:48:46 +05:30
committed by GitHub
parent 13a8ce8ebc
commit 7f5e5d8605
4 changed files with 309 additions and 40 deletions

View File

@ -1,6 +1,7 @@
#![forbid(unsafe_code)]
#![recursion_limit = "256"]
pub mod cache;
#[cfg(feature = "stripe")]
pub mod compatibility;
pub mod configs;