EBML Block Parser
Get the first fulfilled promise that satisfies the provided testing function
ebml decoder and encoder
ebml parser
A tiny, zero-dependency yet spec-compliant asynchronous iterator polyfill/ponyfill for ReadableStreams.
[](http://www.typescriptlang.org/) [](https://www.npmjs.com/package/@n1ru4l/push-pull-async
Ebml parser and encoder
Extended iterable class, providing lazy array-like methods with automatic async and return/throw forwarding
Matroska node parser
Simple DSL for building EBML byte array (mkv/webm).
Convert a string/promise/array/iterable/asynciterable/buffer/typedarray/arraybuffer/object into a stream
node-ebml's schema packaged in a format compatible with node-matroska's
TypeScript definitions for ebml
Iterable wrapper that add methods to read ahead or behind current item.
Deques are a generalization of stacks and queues
Iterable SDK for React Native.
The Interactive Extensions for JavaScript
Simple DSL for building EBML byte array (mkv/webm).
Array manipulation, ordering, searching, summarizing, etc.
A tiny but capable push & pull stream library for TypeScript and Flow
Split an iterable into evenly sized chunks
Config plugin for @iterable/react-native-sdk
Convert streaming iterables to Node.js streams
Iterables which cache the values they yield
This crate provides an iterator over EBML encoded data. The items provided by the iterator are Tags as defined in EBML. The iterator is spec-agnostic and requires a specification implementing specific traits to read files. Typically, you would only use this crate to implement a custom specification - most often you would prefer a crate providing an existing specification, like `webm-iterable`.
This crate extends the ebml-iterable library to provide an iterator over webm data. It provides a Matroska specification implementing the required traits to read webm files.
Provides the base `EbmlSpecification` used by the `ebml-iterable` and `ebml-iterable-specification-derive` crates.
Provides macros for implementing `EbmlSpecification` for the `ebml-iterable` crate.