# mp4parse_fallible **Repository Path**: mirrors_mozilla/mp4parse_fallible ## Basic Information - **Project Name**: mp4parse_fallible - **Description**: Fallible variant of Vec optionally used in the mp4parse crate. - **Primary Language**: Unknown - **License**: MPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-22 - **Last Updated**: 2026-03-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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.