mp4parse_fallible 0.0.3

Fallible replacement for Vec
Documentation
  • Coverage
  • 60%
    3 out of 5 items documented0 out of 4 items with examples
  • Size
  • Source code size: 23.76 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.14 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • mozilla/mp4parse_fallible
    4 3 2
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • rillian kinetiknz baumanj

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.