mirror of
https://github.com/lov3b/ecb-rates.git
synced 2025-12-20 03:10:38 +01:00
Bump MSRV and cleanup with clippy
This commit is contained in:
5
src/caching/mod.rs
Normal file
5
src/caching/mod.rs
Normal file
@@ -0,0 +1,5 @@
|
||||
mod cache;
|
||||
mod cache_line;
|
||||
|
||||
pub use cache::Cache;
|
||||
pub use cache_line::CacheLine;
|
||||
Reference in New Issue
Block a user