Crates.io | tailwag_macros |
lib.rs | tailwag_macros |
version | 0.2.1 |
source | src |
created_at | 2024-06-13 19:53:56.217514 |
updated_at | 2024-09-19 19:14:04.87008 |
description | A collection of macros to support the tailwag crate |
homepage | |
repository | https://github.com/nikwithak/tailwag_macros |
max_upload_size | |
id | 1271087 |
size | 3,940 |
This crate is a collection of macros to support the
tailwag
framework.
Worth noting is that there are some obtuse patterns in use here (like using so many crates... which was overkill) that I thought would make things simpler long-term, but they just made them more confusing. I've been slowly breaking macros OUT of this crate, and moving the macros underneath the specific crates they support.