Expand description

A bevy AssetIo implementation that allows reading from tar files, that are zstd compressed.

Use the crate bevy_assets_tar_zstd_bundler to bundle the assets in an folder at build time.

Example:

bevy_assets_tar_zstd_bundler::bundle_asset(bevy_assets_tar_zstd_bundler::Config::default());

This will read assets from the assets folder an write them into ./target/assets.bin.

Structs