Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurenzV committed Sep 28, 2024
1 parent bda6c41 commit 827c6d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/chunk.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ use super::*;
/// able to write two things at the same time (which isn't possible with a
/// single chunk because of the streaming nature --- only one writer can borrow
/// it at a time).
#[derive(Debug, Clone, Eq, PartialEq)]
pub struct Chunk {
pub(crate) buf: Vec<u8>,
pub(crate) offsets: Vec<(Ref, usize)>,
Expand Down

0 comments on commit 827c6d5

Please sign in to comment.