mirror of https://github.com/zkat/cacache-rs.git
exports: stop exporting content internals
This commit is contained in:
parent
f9ab3ed9f8
commit
c14980800b
|
|
@ -1,5 +1,2 @@
|
|||
mod content;
|
||||
pub use crate::content::path;
|
||||
pub use crate::content::read;
|
||||
pub use crate::content::rm;
|
||||
pub use crate::content::write;
|
||||
pub mod content;
|
||||
pub mod index;
|
||||
|
|
|
|||
Loading…
Reference in New Issue