refactor(blob): use object trait to create blob

This commit is contained in:
grimhilt
2024-02-24 18:52:00 +01:00
parent 642c358737
commit faf7341525
17 changed files with 666 additions and 396 deletions

View File

@@ -9,6 +9,7 @@ use crate::utils::{read, path};
pub mod tree;
pub mod blob;
pub mod object;
pub struct Object {
path: PathBuf,