BinStruct.BuiltIn.TerminatedBinary (bin_struct v0.2.16)

Terminated binary implemented as BinStructCustomType.

defmodule Struct do
  use BinStruct

  alias BinStruct.BuiltIn.TerminatedBinary

  field :terminated_binary, { TerminatedBinary, termination: <<0, 0>> }
end

Summary

Functions

dump_binary(data, custom_type_args)

from_managed_to_unmanaged(managed, custom_type_args)

from_unmanaged_to_managed(unmanaged, custom_type_args)

init_args(custom_type_args)

known_total_size_bytes(custom_type_args)

module_code()

parse_exact_returning_options(bin, custom_type_args, options \\ nil)

parse_returning_options(bin, custom_type_args, opts)

size(data, custom_type_args)