include_path

Crates.ioinclude_path
lib.rsinclude_path
version0.1.1
sourcesrc
created_at2021-09-19 21:45:01.51572
updated_at2021-09-19 21:48:44.621061
descriptionA cross-platform way to `include!` source, strings and bytes
homepagehttps://github.com/AZMCode/include_path
repositoryhttps://github.com/AZMCode/include_path
max_upload_size
id453786
size8,272
Adriano Zambrana Marchetti (AZMCode)

documentation

https://docs.rs/include_path

README

include_path

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.

Commit count: 6

cargo fmt