goldberg icon indicating copy to clipboard operation
goldberg copied to clipboard

Add support for `include_str!`

Open lihe07 opened this issue 10 months ago • 0 comments

  • Created the goldberg_include_str! macro. Behaves like the built-in include_str! macro.
  • Currently the path is relative to the building working directory (Usually where Cargo.toml is placed).
  • I might align this behavior with the build-in macro by referencing to the implementation of include_dir.

lihe07 avatar Apr 26 '24 10:04 lihe07