plait-macros 0.8.1

Macros for `plait`: A modern HTML templating library for Rust that embraces composition.
Documentation
# plait-macros

Procedural macros for the `plait`(https://docs.rs/plait) HTML templating library.

This crate provides the `html!` and `component!` macros. You should depend on the `plait` crate directly -
these macros are re-exported from there with full documentation.

## License

Licensed under either of

- Apache License, Version 2.0 ([LICENSE-APACHE]../LICENSE-APACHE)
- MIT license ([LICENSE-MIT]../LICENSE-MIT)

at your option.

## Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as
defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.