Skip to content

Latest commit

 

History

History
58 lines (38 loc) · 891 Bytes

README.md

File metadata and controls

58 lines (38 loc) · 891 Bytes

UBF

Universal Binary Format (UBF)
A Modular Binary Format For Data Interchange

Description

TODO

Modules

Base

See Base

Context

See Context

Chunks

See Chunks

Constant Pool

See ConstantPool

Custom Types

TODO

Metadata

TODO

Structs

TODO

Information

Type of Format

Data Interchange

Media Type

application/ubf

File Extension

*.ubf

Endianness

big-endian

Implementations

JavaScript (ECMAScript)

Current Reference Implementation

  • Parser
    Base, Context, Chunks, ConstantPool
  • Binarifier
    Base