include-blob

Crates.ioinclude-blob
lib.rsinclude-blob
version1.0.0
sourcesrc
created_at2023-01-24 20:56:11.334148
updated_at2024-04-19 00:05:03.077886
descriptionInclude large binary files in an application without incurring the compile time cost
homepage
repositoryhttps://github.com/SludgePhD/include-blob
max_upload_size
id766926
size11,695
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: 25

cargo fmt