rstml-component-macro 0.2.3

Macros for rstml-component
Documentation
# rstml-component-macro: Macros for rstml-component

`rstml-component-macro` is a sub-crate that provides essential macros for the `rstml-component` library. While it's not intended for direct use, you can explore example usages in the [documentation for `rstml-component`](https://docs.rs/rstml-component).

## Usage

To utilize the macros provided by `rstml-component-macro`, you need to add `rstml-component` as a dependency in your `Cargo.toml`. The macros can be imported from there instead.

<!-- x-release-please-start-version -->

```toml
[dependencies]
rstml-component = "0.2.1"
```

<!-- x-release-please-end-version -->

## Documentation

For detailed information and examples of how to use the macros provided by `rstml-component-macro`, please refer to the [documentation for `rstml-component`](https://docs.rs/rstml-component).

## License

This project is licensed under the [MIT License](../LICENSE).