Kaitai Struct: Runtime library for Elixir

CI StatusHex PackageHex DocsMIT License

Kaitai Struct is a declarative language used for describe various binary data structures, laid out in files or in memory: i.e. binary file formats, network stream packet formats, etc.

Further reading:

Installation

If available in Hex, the package can be installed by adding kaitai_struct to your list of dependencies in mix.exs:

def deps do
  [
    {:kaitai_struct, "~> 0.2.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/kaitai_struct.