Crates.io | rstml-component-macro |
lib.rs | rstml-component-macro |
version | 0.2.4 |
source | src |
created_at | 2023-08-06 01:27:09.229064 |
updated_at | 2024-09-13 14:23:01.545139 |
description | Macros for rstml-component |
homepage | |
repository | https://github.com/YoloDev/rstml-component |
max_upload_size | |
id | 936874 |
size | 37,908 |
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
.
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.
[dependencies]
rstml-component = "0.2.1"
For detailed information and examples of how to use the macros provided by rstml-component-macro
, please refer to the documentation for rstml-component
.
This project is licensed under the MIT License.