API Reference msgpack_datetime v#0.2.0
View SourceModules
This module
implements the msgpack_ext behaviour for (un)packing Elixir DateTimes as
MessagePack
ext -1 types.
Use by adding {:ext, MsgpackDateTime} to :msgpack.[un]pack(_, options),
and (un)wrap your DateTimes as {MsgpackDateTime, dt}.
Rewrap an Elixir %ElixirStruct{} struct into an Erlang {module, ElixirStruct} struct,
or vice versa.