Implement RefStore for SimpleCas.

This commit is contained in:
2021-09-05 01:09:59 +02:00
parent 25b5f4e7ba
commit b1ceaaf636
2 changed files with 75 additions and 2 deletions

View File

@@ -39,6 +39,6 @@ pub use crate::{
object_type::{ObjectType},
object_metadata::{ObjectMetadata},
pipeline::{Pipeline, DefaultPipeline, Reader, Writer, ReadWrapper, WriteWrapper},
cas::{Cas},
cas::{Cas, RefStore},
};