gecko-dev/third_party/rust/mp4parse_fallible
Nathan Froyd b93bf873ba Bug 1502964 - part 2 - update winapi to froydnj/winapi-rs#aarch64; r=ted.mielczarek 2018-11-02 10:56:08 -04:00
..
.cargo-checksum.json Bug 1502964 - part 2 - update winapi to froydnj/winapi-rs#aarch64; r=ted.mielczarek 2018-11-02 10:56:08 -04:00
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.