gecko-dev/third_party/rust/mp4parse_fallible
Alfredo.Yang 3cf0d3b491 Bug 1423469 - update mp4 rust parser. r=kinetik
MozReview-Commit-ID: IMnqoNL2jay

--HG--
extra : rebase_source : 14bd23405f9dfdcbb8bae5a850439918aacec5e3
2018-01-05 11:11:06 +08:00
..
.cargo-checksum.json
.travis.yml
Cargo.toml
README
lib.rs

README

This is from https://github.com/servo/servo/tree/master/components/fallible
with modificaion for mp4 demuxer.

The purpose of this crate is to solve infallible memory allocation problem
which causes OOM easily on win32. This is more like a temporary solution.
Once rust supports fallible memory allocation in its stdlib, this can be
retired.