#![doc=include_str!("../README.md")]#![cfg_attr(not(feature ="std"), no_std)]externcrate alloc;pubmoddecode;pubmodencode;moderrors;modmarker;pubusecrate::marker::Marker;/// Version of the MessagePack [spec](http://github.com/msgpack/msgpack/blob/master/spec.md).
pubconstMSGPACK_VERSION:u32=5;