Skip to content

Commit f337639

Browse files
committed
fix
Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk>
1 parent 1c43896 commit f337639

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

vortex-buffer/public-api.lock

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1022,12 +1022,18 @@ pub fn B::copy_to_const_aligned<const A: usize>(&mut self, usize) -> vortex_buff
10221022

10231023
pub fn vortex_buffer::collect_bool_word<F>(usize, F) -> u64 where F: core::ops::function::FnMut(usize) -> bool
10241024

1025+
pub fn vortex_buffer::collect_bool_words<F>(&mut [u64], usize, F) where F: core::ops::function::FnMut(usize) -> bool
1026+
10251027
pub fn vortex_buffer::get_bit(&[u8], usize) -> bool
10261028

10271029
pub unsafe fn vortex_buffer::get_bit_unchecked(*const u8, usize) -> bool
10281030

1031+
pub fn vortex_buffer::pack_bools_into_words<F>(&mut [u64], usize, usize, F) where F: core::ops::function::FnMut(usize) -> bool
1032+
10291033
pub unsafe fn vortex_buffer::set_bit_unchecked(*mut u8, usize)
10301034

1035+
pub fn vortex_buffer::splice_word_at_bit(&mut [u64], usize, u64)
1036+
10311037
pub unsafe fn vortex_buffer::unset_bit_unchecked(*mut u8, usize)
10321038

10331039
pub type vortex_buffer::ByteBuffer = vortex_buffer::Buffer<u8>

0 commit comments

Comments
 (0)