1 unstable release
0.1.0 | May 5, 2021 |
---|
#8 in #include-str
291 downloads per month
7KB
include-base64
A macro to include a file as a base-64 encoded string literal at compile time.
const MY_FILE_BUT_IN_BASE64: &str = include_base64!("my_file.txt");
lib.rs
:
include-base64 is a library for including a file as a base64 string, à la std::include_str!
.
Dependencies
~1.5MB
~39K SLoC