Skip to content

Commit

Permalink
Compressor Skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
cjrolo committed Sep 20, 2023
1 parent 7f01db8 commit 299007c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions brro-compressor/src/compressor/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ pub enum Compressor {
Static,
}

pub struct Compressor {

impl Compressor {
pub fn compress(self) {

}

pub fn decompress(self) {

}
}

0 comments on commit 299007c

Please sign in to comment.