Crates.io | cntrlr-macros |
lib.rs | cntrlr-macros |
version | 0.1.0 |
source | src |
created_at | 2021-01-03 18:37:40.286041 |
updated_at | 2021-01-03 18:37:40.286041 |
description | Helper macros for Cntrlr |
homepage | https://github.com/branan/cntrlr |
repository | https://github.com/branan/cntrlr |
max_upload_size | |
id | 331142 |
size | 9,687 |
This crate is part of Cntrlr.
Cntrlr-macros provides two sets of procedural macros: Those used to implement Cntlr, and those used to implement applications based on Cntrlr.
The application-support macros are re-exported by Cntrlr under the
module cntrlr::macros
. Applications should prefer that location to
accessing this crate directly.