collage-macros 0.1.0

`collage` is a template engine for Rust, designed for writing HTML and similar markup languages.
Documentation
# collage

`collage` is a template engine for Rust, designed for writing HTML and similar markup languages.

## Safety

This crate uses `#![forbid(unsafe_code)]` to ensure everything is implemented in 100% safe Rust.

## License

This project is licensed under the [GPL-3.0][gpl] and [LGPL-3.0][lgpl] licenses.

## Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in `collage` by you, shall
be licensed as LGPL-3.0, without any additional terms or conditions.

[gpl]: https://github.com/danbluhmhansen/collage/blob/dev/COPYING
[lgpl]: https://github.com/danbluhmhansen/collage/blob/dev/COPYING.LESSER