Crates.io | declarative-macros |
lib.rs | declarative-macros |
version | 0.7.0 |
source | src |
created_at | 2023-05-06 02:18:00.735136 |
updated_at | 2024-04-27 04:59:20.134024 |
description | Generic DSL macros for easy view code manipulation |
homepage | |
repository | https://github.com/ejaa3/declarative/ |
max_upload_size | |
id | 858216 |
size | 79,660 |
declarative-macros
A proc-macro library that implements a generic DSL to create complex reactive view code easier to edit and maintain.
To use it, add to your Cargo.toml:
[dependencies.declarative]
package = 'declarative-macros'
version = '0.7.0'
Licensed under either of Apache License, Version 2.0 (Apache-2.0.txt or http://www.apache.org/licenses/LICENSE-2.0) or MIT license (MIT.txt or http://opensource.org/licenses/MIT) at your option.
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.