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