Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 426 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 426 Bytes

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.