include-blob

Crates.ioinclude-blob
lib.rsinclude-blob
version1.0.1
created_at2023-01-24 20:56:11.334148+00
updated_at2025-05-12 19:13:59.794479+00
descriptionInclude large binary files in an application without the compile time cost of `include_bytes!`
homepage
repositoryhttps://github.com/SludgePhD/include-blob
max_upload_size
id766926
size15,644
Sludge (SludgePhD)

documentation

README

include-blob

include-blob is a small crate that provides a replacement for include_bytes! that does not have the same severe impact on compile times when used with large files (several MB).

It works by pre-processing the files to be included in a build script, bundling them into static libraries, and telling Cargo to link against them.

Commit count: 30

cargo fmt