MMDB2 Decoder v0.3.0 MMDB2Decoder.Metadata View Source

Metadata struct.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %MMDB2Decoder.Metadata{
  binary_format_major_version: integer(),
  binary_format_minor_version: integer(),
  build_epoch: integer(),
  database_type: String.t(),
  description: map(),
  ip_version: integer(),
  languages: list(),
  node_byte_size: integer(),
  node_count: integer(),
  record_size: integer(),
  tree_size: integer()
}