| 1 | use crate::coder::{Buffer, Decoder, Encoder, Result, View}; |
| 2 | use crate::fast::{CowSlice, NextUnchecked, PushUnchecked, SliceImpl, Unaligned, VecImpl}; |
| 3 | use crate::pack::{pack_bools, unpack_bools}; |
| 4 | use std::num::NonZeroUsize; |
nothing calls this directly
no outgoing calls
no test coverage detected