| 1 | use crate::coder::{Buffer, Decoder, Encoder, Result, View}; |
| 2 | use crate::consume::mul_length; |
| 3 | use crate::derive::{Decode, Encode}; |
| 4 | use crate::fast::{FastSlice, FastVec, Unaligned}; |
nothing calls this directly
no outgoing calls
no test coverage detected