nom-exif 3.8.0

Exif/metadata parsing library written in pure Rust, both image (jpeg/heif/heic/jpg/tiff etc.) and video/audio (mov/mp4/3gp/webm/mkv/mka, etc.) files are supported.
Documentation
1
2
3
4
5
6
7
8
9
10
11
coverage:
  status:
    project:
      default:
        # Absorb coverage-measurement noise (a few lines' jitter across runs)
        # so commits without real coverage regressions don't get flagged.
        # Docs-only/version-bump commits in particular must not fail here.
        threshold: 0.5%
    patch:
      default:
        threshold: 0.5%