To minimize transitive dependencies for consumers of this library, it would be great to not need yaml_elixir as a runtime dependency.
I imagine that the yaml files could be parsed and stored as Elixir code during the build process.
I haven't checked the codebase yet.
I assume this is implementable with some basic macro programming.
What do you think?
I'd be willing to implement this if you agree that it's a good idea.