Bolt.Sips v0.1.8 Boltex.PackStream
The PackStream implementation for Bolt.
This module defines a decode function, that will take a binary stream of data and recursively turn it into a list of Elixir data types.
It further defines a function for encoding Elixir data types into a binary stream, using the Boltex.PackStream.Encoder protocol.
Summary
Functions
Decodes a binary stream recursively into Elixir data types
Encodes a list of items into their binary representation