[][src]Module msgpack_simple::parser

The actual parser under the hood

Functions

parse

Parses binary data as MsgPack, returning both the result and the length of the data. Useful when you have other data directly following in the slice.