Skip to content

Commit 2e8c628

Browse files
chore: expose increment cursor (#25)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent af6fef3 commit 2e8c628

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rust/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ mod cursor;
33
mod error;
44
mod integer_compression;
55

6+
pub use cursor::IncrementCursor;
67
pub use error::{FastPForError, FastPForResult};
78
pub use integer_compression::bitpacking::{fast_pack, fast_unpack};
89
pub use integer_compression::codec::Codec;

0 commit comments

Comments
 (0)