declarative-macros

Crates.iodeclarative-macros
lib.rsdeclarative-macros
version0.7.0
sourcesrc
created_at2023-05-06 02:18:00.735136
updated_at2024-04-27 04:59:20.134024
descriptionGeneric DSL macros for easy view code manipulation
homepage
repositoryhttps://github.com/ejaa3/declarative/
max_upload_size
id858216
size79,660
Eduardo Alvarado (ejaa3)

documentation

README

declarative-macros

REUSE status On crates.io

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'

Main crate


License

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.

Commit count: 41

cargo fmt