#fallible #memory #vec #mp4 #stdlib #oom #mp4parse

mp4parse_fallible

Fallible replacement for Vec

3 releases

Uses old Rust 2015

0.0.3 Mar 2, 2020
0.0.2 Mar 23, 2018
0.0.1 Nov 23, 2017

#26 in #fallible

Download history 16/week @ 2024-02-18 44/week @ 2024-02-25 1/week @ 2024-03-03

61 downloads per month

MPL-2.0 license

9KB
109 lines

This is from https://github.com/servo/servo/tree/master/components/fallible with modification 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.

No runtime deps