Crates.io | include_uri |
lib.rs | include_uri |
version | 0.1.1 |
source | src |
created_at | 2023-02-01 16:57:35.361359 |
updated_at | 2023-10-11 12:50:38.524373 |
description | Proc-macro to include URI as literals at build time |
homepage | |
repository | https://github.com/nappa85/include_uri |
max_upload_size | |
id | 773940 |
size | 6,103 |
Proc-macros that mimic std include_str! and include_bytes! but allows including remote files.
It's importanto to keep in mind it's dangerous to include remote files from untrusted sources.