Crates.io | include_path |
lib.rs | include_path |
version | 0.1.1 |
source | src |
created_at | 2021-09-19 21:45:01.51572 |
updated_at | 2021-09-19 21:48:44.621061 |
description | A cross-platform way to `include!` source, strings and bytes |
homepage | https://github.com/AZMCode/include_path |
repository | https://github.com/AZMCode/include_path |
max_upload_size | |
id | 453786 |
size | 8,272 |
This crate provides an implementation of a proposed set of macros to complement the existing
include_*
macros in Rust, taking a variadic set of arguments, combining them
into a platform-specific path string at compilation time, and returning
the corresponding underlying macros
You can view examples of usage in the crate documentation.