Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abitofevrything/dart_ebml
https://github.com/abitofevrything/dart_ebml
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/abitofevrything/dart_ebml
- Owner: abitofevrything
- License: mit
- Created: 2023-08-31T15:15:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-31T18:58:04.000Z (over 1 year ago)
- Last Synced: 2023-09-01T11:41:02.953Z (over 1 year ago)
- Language: Dart
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.