Changed
- Split
tokiofeature intotokioandtokio-fs— thetokio
feature now only pulls intokio/io-util, enabling the async
streaming API (AsyncMediaSource::seekable/unseekable/from_memory,
MediaParser::parse_*_async) onwasm32-unknown-unknown. Path-based
helpers (read_exif_async,read_track_async,read_metadata_async,
AsyncMediaSource::open) moved to the newtokio-fsfeature (implies
tokio). Users who previously usedfeatures = ["tokio"]with
read_exif_asyncetc. should switch tofeatures = ["tokio-fs"].
#53
Fixed
- Slice coercion in MotionPhoto attribute comparison — comparing
extract_attr_value()against byte-string literals now uses explicit
&b"..."[..]coercion, fixing a compile error when a crate like rkyv
is present in the dependency graph. #58
Full changelog: CHANGELOG.md · crates.io: nom-exif 3.6.0