Expand description
§mkv-element (WORK IN PROGRESS)
A Rust library for reading and writing Matroska (MKV) elements.
Modules§
- base
- base types for Matroska elements. ie.
VInt64,Header, etc. - coding
- Encoding and decoding Element or other types from buffers in memory.
- io
- I/O utilities.
- leaf
- Leaf elements in Matroska.
Enums§
- Error
- Error types for this crate.
Type Aliases§
- Result
- Result type for this crate.