| Crates.io | include-base64 |
| lib.rs | include-base64 |
| version | 0.1.0 |
| created_at | 2021-05-05 02:35:39.77485+00 |
| updated_at | 2021-05-05 02:35:39.77485+00 |
| description | A macro to include a file as a base64-encoded string at compile time |
| homepage | https://github.com/pie-flavor/include-base64 |
| repository | https://github.com/pie-flavor/include-base64 |
| max_upload_size | |
| id | 393311 |
| size | 15,882 |
include-base64A 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");