Overview of mp4parse-rust
mastermp4parse-rust is an MP4 track metadata parser. Its primary goal is to provide a pure-Rust implementation of the ISO base media file format (mp4) parser used by Firefox. The project is split into two main components:
mp4parse: The core parser written in Rust.mp4parse-capi: A C API that wraps the Rust parser, allowing its functionality to be consumed by non-Rust environments.