SludgePhD / include-blob

`include_bytes!` without the high build time cost

Home Page:https://docs.rs/include-blob

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

`include_bytes!` without the high build time cost

https://docs.rs/include-blob

License:BSD Zero Clause License


Languages

Language:Rust 100.0%