#memory #fallible #vec #memory-efficient #reserve

archived 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
Download history 23/week @ 2023-07-19 25/week @ 2023-07-26 24/week @ 2023-08-02 22/week @ 2023-08-09 33/week @ 2023-08-16 27/week @ 2023-08-23 25/week @ 2023-08-30 35/week @ 2023-09-06 30/week @ 2023-09-13 25/week @ 2023-09-20 27/week @ 2023-09-27 29/week @ 2023-10-04 27/week @ 2023-10-11 26/week @ 2023-10-18 24/week @ 2023-10-25 17/week @ 2023-11-01

97 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