//! Native MessagePack codec impl for [`crate::sketches::kmv::KMV`].
//!
//! The bytes are the ASAPv1 wire envelope (kind `0x0e 0x00`); the impl is
//! bounded on `H: HashProfile`, so a sketch built with an unprofiled hasher has
//! no codec.
use crate;
use crateKMV;
use crate::;