Skip to content

Commit

Permalink
feat: export mods (MrCroxx#37)
Browse files Browse the repository at this point in the history
* feat: export mods

Signed-off-by: MrCroxx <mrcroxx@outlook.com>

* make cargo sort happy

Signed-off-by: MrCroxx <mrcroxx@outlook.com>

---------

Signed-off-by: MrCroxx <mrcroxx@outlook.com>
  • Loading branch information
MrCroxx committed Jul 3, 2023
1 parent ad3f125 commit 98a0af7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions foyer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ bytes = "1"
cmsketch = "0.1"
crossbeam = "0.8"
foyer-common = { path = "../foyer-common" }
foyer-intrusive = { path = "../foyer-intrusive" }
foyer-storage = { path = "../foyer-storage" }
futures = "0.3"
itertools = "0.10.5"
libc = "0.2"
Expand Down
4 changes: 4 additions & 0 deletions foyer/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,7 @@ impl Weight for Vec<u8> {
self.len()
}
}

pub use foyer_common as common;
pub use foyer_intrusive as intrusive;
pub use foyer_storage as storage;

0 comments on commit 98a0af7

Please sign in to comment.