oxiplate 0.2.6

Compile-time template engine with a focus on escaping and whitespace control.
Documentation
# Oxiplate 

[![Latest Version]][crate] [![Repository][]][repo] [![Docs Build Status]][docs] [![MIT License]][license] [![Open Issues]][issues]

[Latest Version]: https://img.shields.io/crates/v/oxiplate
[crate]: https://crates.io/crates/oxiplate
[Repository]: https://img.shields.io/github/commits-since/0b10011/oxiplate/latest?label=unreleased+commits
[repo]: https://github.com/0b10011/oxiplate
[Docs Build Status]: https://img.shields.io/docsrs/oxiplate
[docs]: https://docs.rs/oxiplate/latest/oxiplate/
[MIT License]: https://img.shields.io/github/license/0b10011/oxiplate
[license]: https://github.com/0b10011/oxiplate/blob/main/LICENSE
[Open Issues]: https://img.shields.io/github/issues-raw/0b10011/oxiplate
[issues]: https://github.com/0b10011/oxiplate/issues

Oxiplate is an *experimental* compile-time template system for Rust with a focus on escaping and whitespace control. Use at your own risk.

## Using Oxiplate in your project

- [Oxiplate overview]https://0b10011.io/oxiplate/
- [Getting started guide]https://0b10011.io/oxiplate/getting-started.html
- [Release notes]https://github.com/0b10011/oxiplate/releases
- [API docs]https://docs.rs/oxiplate

## Hacking on Oxiplate

- [How to contribute]https://github.com/0b10011/oxiplate/blob/main/CONTRIBUTING.md