goldberg
goldberg copied to clipboard
Add support for `include_str!`
- Created the
goldberg_include_str!
macro. Behaves like the built-ininclude_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.