Mostly implement simple-cas.

This commit is contained in:
2021-08-22 17:19:32 +02:00
parent 5664beca57
commit 25b5f4e7ba
9 changed files with 1003 additions and 272 deletions

View File

@@ -38,7 +38,7 @@ pub use crate::{
object_id::{ObjectId, hex, write_hex},
object_type::{ObjectType},
object_metadata::{ObjectMetadata},
pipeline::{Pipeline, DefaultPipeline},
pipeline::{Pipeline, DefaultPipeline, Reader, Writer, ReadWrapper, WriteWrapper},
cas::{Cas},
};