1
2
3
4
//! Private blockstores for use in the FVM.

mod buffered;
pub use buffered::BufferedBlockstore;