BinFormat.Format protocol

Common functions for all structs generated with defformat.

All modules where BinFormat is used to generate a struct automatically have an implementation of the BinFormat.Format protocol. This allows any struct to be encoded without knowing the module where it is designed.

Summary

Functions

Encode any struct defined through defformat as a binary

Types

t :: term

Functions

encode(struct)

Encode any struct defined through defformat as a binary.