diff --git a/src/index.rs b/src/index.rs index ad2ef3a..7120917 100644 --- a/src/index.rs +++ b/src/index.rs @@ -98,9 +98,10 @@ pub fn delete(cache: &Path, key: &str) -> Result<(), Error> { Ok(()) } -pub fn ls(_cache: &Path) { - unimplemented!(); -} +// TODO +// pub fn ls(_cache: &Path) { +// unimplemented!(); +// } fn bucket_path(cache: &Path, key: &str) -> PathBuf { let hashed = hash_key(&key);