coding-socks / .github

Introduction to Coding Socks
MIT License
1 stars 0 forks source link

[Project] EBML parser for go #7

Closed nerg4l closed 3 years ago

nerg4l commented 3 years ago

Extensible Binary Meta Language (EBML) is a generalized file format for any kind of data, aiming to be a binary equivalent to XML. It provides a basic framework for storing data in XML-like tags. It was originally developed for the Matroska audio/video container format.

Source: https://en.wikipedia.org/wiki/Extensible_Binary_Meta_Language

Already existing Go implementations:

nerg4l commented 3 years ago

I started to work on https://github.com/coding-socks/ebml