Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/abitofevrything/dart_ebml


https://github.com/abitofevrything/dart_ebml

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

        

# EBML

EBML (Extensible Binary Meta Language) is a binary container format designed as a binary equivalent to XML and specified in [RFC 8794](https://datatracker.ietf.org/doc/html/rfc8794).

This package provides support for encoding and decoding EBML Schemas and EBML Documents.

## Schema validation

This package performs minimal validation of EBML schemas and EBML documents to ensure they comply with RFC 8794, but not all aspects are checked.

I am open to contributions if anyone wishes to add these validations.