//! Native MessagePack codec impl for [`crate::sketches::ddsketch::DDSketch`].
//!
//! Produces and consumes the ASAPv1 envelope (kind_id `0x05 0x00`): `alpha` in
//! the metadata, `[counts, offset, sum, min, max]` in the payload.
use crate;
use crateDDSketch;