Skip to content

`include_bytes!` without the high build time cost

License

Notifications You must be signed in to change notification settings

SludgePhD/include-blob

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages