Skip to content

Commit 8f3d508

Browse files
markbtfacebook-github-bot
authored andcommitted
cachelib_stub: reorganise to include dummy bincode cache
Summary: We will be introducing a bincode cache as well as the abomonation cache. Reorganise the OSS stub to support dummy versions of both. Reviewed By: RajivTS Differential Revision: D73443918 fbshipit-source-id: b54fd777b5197c46aedf83412fa5cb456b1c1c0e
1 parent bfc99ce commit 8f3d508

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

cachelib/rust/src/lib.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,11 @@
1414
* limitations under the License.
1515
*/
1616

17-
mod abomonation_cache;
17+
pub mod abomonation_cache;
1818
pub mod bincode_cache;
1919
mod errors;
2020
mod lrucache;
2121

22-
// export Abomonation so that users of this crate don't need to add abomination as dependency
23-
pub use abomonation::Abomonation;
24-
25-
pub use crate::abomonation_cache::*;
2622
pub use crate::errors::*;
2723
pub use crate::lrucache::*;
2824

0 commit comments

Comments
 (0)