Skip to content

Commit

Permalink
Fix visibility on RLEv2 mods
Browse files Browse the repository at this point in the history
  • Loading branch information
Jefffrey committed Sep 29, 2024
1 parent 1633850 commit 5569e0e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/encoding/integer/rle_v2/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ use self::{

use super::{util::calculate_percentile_bits, EncodingSign, NInt, VarintSerde};

pub mod delta;
pub mod direct;
pub mod patched_base;
pub mod short_repeat;
mod delta;
mod direct;
mod patched_base;
mod short_repeat;

const MAX_RUN_LENGTH: usize = 512;
/// Minimum number of repeated values required to use Short Repeat sub-encoding
Expand Down

0 comments on commit 5569e0e

Please sign in to comment.