include_path 0.1.1

A cross-platform way to `include!` source, strings and bytes
Documentation
  • Coverage
  • 25%
    1 out of 4 items documented1 out of 4 items with examples
  • Size
  • Source code size: 8.27 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 268.31 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 3s Average build duration of successful builds.
  • all releases: 3s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • AZMCode/include_path
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • AZMCode

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.