Parser for ISO Base Media Format aka video/mp4 written in Rust.

Ralph Giles 117e991071 Bump version to v0.0.6 %!s(int64=10) %!d(string=hai) anos
examples cd0be9b105 Demonstrate recursion for content parsing in dump.rs. %!s(int64=10) %!d(string=hai) anos
src 499aac17d0 Make read_ftyp() only read the body. %!s(int64=10) %!d(string=hai) anos
.gitignore cdebc187f6 Empty cargo template. %!s(int64=10) %!d(string=hai) anos
.travis.yml 709fc50771 Add minimal travis config. %!s(int64=10) %!d(string=hai) anos
Cargo.toml e5507d8073 Bump version to v0.0.6 %!s(int64=10) %!d(string=hai) anos
LICENSE c40bbde6f9 Add MPLv2 license text. %!s(int64=10) %!d(string=hai) anos
README.md 1d55037cb3 Add a readme with a link to the crates.io page. %!s(int64=10) %!d(string=hai) anos

README.md

This is an mp4 track metadata parser.

Latest crate version

My primary interest is writing a pure-rust replacement for the the track metadata parser needed by Firefox.