Are there other template library in other languages ( especially in rust or go ) that converts templates in to native language code for execution? Like the way jinja do.
Yes, there is pongo2 [0] and my runner (basically a small Go software that runs the template engine) pongo2-runner [1].
I'm not the author of the library (pongo2), but I'm using pongo2-runner to dynamically create config files out of environment variables, with custom logic. Super recommended.