Msgpax v2.3.0 Msgpax.Fragment View Source

Represents a fragment of MessagePack data.

Link to this section Summary

Functions

Builds a Msgpax.Fragment from the given packed_data.

Link to this section Types

Link to this section Functions

Link to this function

new(packed_data) View Source
new(iodata()) :: t()

Builds a Msgpax.Fragment from the given packed_data.

Examples

iex> Msgpax.Fragment.new(<<192>>)
#Msgpax.Fragment<<<192>>>