| 1 | use crate::coder::{Buffer, Decoder, Encoder, Result, View}; |
| 2 | use crate::consume::consume_byte_arrays; |
| 3 | use crate::fast::{FastSlice, NextUnchecked, PushUnchecked, VecImpl}; |
| 4 | use std::mem::MaybeUninit; |
nothing calls this directly
no outgoing calls
no test coverage detected