Bincode v0.2.1 API Reference

Modules

Module defining the functionalities of Bincode.

Protocol responsible for serializing Elixir terms into binary representation. It is automatically implemented when you declare a struct with Bincode.declare_struct but you can also manually implement it for any Elixir term.