Sourced from rust-embed's changelog.
[8.4.0] - 2024-05-11
- Re-export RustEmbed as Embed #245. Thanks to pyrossh
- Do not build glob matchers repeatedly when include-exclude feature is enabled #244. Thanks to osiewicz
- Add
metadata_only
attribute #241. Thanks to ddfisher- Replace
expect
with a safer alternative that returnsNone
instead #240. Thanks to costinsin- Eliminate unnecessary
to_path
call #239. Thanks to smoelius