Open germangb opened 5 years ago
That sounds like a good idea.
Would you accept a PR?
Absolutely!
I'm taking a stab at #1. I might submit one for that one first before this one (If you're not on it already).
Not a problem. I'm not actively working on this project (but I do make active use of it in https://github.com/jshrake/grimoire) so feel free to work on any open issue. I'm happy to help land any PRs.
I think it would make sense for
Context::expand
to take in a slice&'a str
and return aCow<'a, str>
to remove extra allocations when the glsl input has no includes.Would you accept a PR?