Added Record to cachetype.

This commit is contained in:
2022-12-31 19:35:02 -05:00
parent 4914754f43
commit 58aba1a565
2 changed files with 32 additions and 7 deletions

View File

@ -1,5 +1,5 @@
pub mod error;
mod cachetype;
pub mod error;
use async_std::{
fs::{create_dir, read, remove_file, write},