# MiniJinja-Embed
[](https://github.com/mitsuhiko/minijinja/blob/main/LICENSE)
[](https://crates.io/crates/minijinja-embed)
[](https://img.shields.io/badge/rust-1.63%2B-orange.svg)
[](https://docs.rs/minijinja-embed)
MiniJinja-Embed is a utility crate for [MiniJinja](https://github.com/mitsuhiko/minijinja)
that helps embedding templates into a binary. It supports using a loader
during iterative development and adds utility macros to embed the
templates directly in the binary.
## Sponsor
If you like the project and find it useful you can [become a
sponsor](https://github.com/sponsors/mitsuhiko).
## License and Links
- [Documentation](https://docs.rs/minijinja-embed/)
- [Issue Tracker](https://github.com/mitsuhiko/minijinja/issues)
- License: [Apache-2.0](https://github.com/mitsuhiko/minijinja/blob/main/LICENSE)