webm-iterable 0.6.4

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.
Documentation
1
2
3
4
pub mod block;
pub mod simple_block;

mod block_utils;