hex logo Hex
Packages Pricing Docs
Log In
Packages Pricing Docs Log In
Packages

eflatbuffers

0.1.1
0.1.1 0.1.0

This is a flatbuffers implementation in Elixir. In contrast to existing implementations there is no need to compile code from a schema. Instead, data and schemas are processed dynamically at runtime, offering greater flexibility.

HexDocs

Current section

Files

Jump to
Readme
2 Versions
0 Dependencies
Dependants
Files
Activity
Readme 2 Versions 0 Dependencies Dependants Files Activity
eflatbuffers src .gitignore
Raw

54 files

  • config
    • config.exs
  • lib
    • eflatbuffers.ex
    • generator.ex
    • random_access.ex
    • reader.ex
    • schema.ex
    • utils.ex
    • writer.ex
  • src
    • .gitignore
    • schema_lexer.erl
    • schema_lexer.xrl
    • schema_parser.erl
    • schema_parser.yrl
  • test
    • complex_schemas
      • battle_log.fbs
      • commands.fbs
      • config.fbs
      • config.json
      • game_state.fbs
    • schemas
      • all_my_scalars.fbs
      • config_path.fbs
      • defaults.fbs
      • enum_field.fbs
      • error.fbs
      • identifier.fbs
      • int_vector.fbs
      • nested.fbs
      • nested_vector.fbs
      • nested_vectors.fbs
      • no_identifier.fbs
      • no_identifyer.fbs
      • parser.fbs
      • parser_enum.fbs
      • parser_simple.fbs
      • parser_table.fbs
      • parser_union.fbs
      • simple_table.fbs
      • simple_table_plus.fbs
      • string_table.fbs
      • string_vector.fbs
      • table_bool_string_string.fbs
      • table_vector.fbs
      • union_field.fbs
      • vector_of_enums.fbs
      • wrong_identifier.fbs
    • eflatbuffers_test.exs
    • enum_vector.fbs
    • fuzzing_test.exs
    • random_access_test.exs
    • schema_parser_test.exs
    • test_helper.exs
    • writer_test.exs
  • LICENSE.txt
  • README.md
  • mix.exs

    No matching files

    Package files

      No matching files

      src/.gitignore

      *.erl
      hex logo Hex
      About Blog Sponsors Status Advisories
      Documentation FAQ Specifications Report Client Issue Report General Issue Report Security Issue Contact Support
      Code of Conduct Terms of Service Privacy Policy Copyright Policy Dispute Policy

      Copyright 2015. Six Colors AB.

      Powered by the Erlang VM and the Elixir Programming Language

      Search filters

      Type any of these into the search box. They can be combined with free text which searches package names and descriptions.

      Operator Description Example
      name: Match package name. Supports * wildcards and repo/package form name:phx* or name:hexpm/phoenix
      description: Full-text search of package descriptions description:auth
      depends: Packages depending on a given package. Supports repo:package form depends:ecto or depends:hexpm:ecto
      build_tool: Filter by build tool build_tool:mix
      updated_after: Packages updated after an ISO8601 datetime updated_after:2025-01-01T00:00:00Z
      extra: Match custom metadata (key,value). Nested keys are separated by commas extra:license,MIT

      Wrap values in double quotes to include spaces, e.g. name:"my package".