| Crates.io | tuxtui-macros |
| lib.rs | tuxtui-macros |
| version | 0.1.0 |
| created_at | 2025-10-17 21:38:50.912169+00 |
| updated_at | 2025-10-17 21:38:50.912169+00 |
| description | Procedural macros for tuxtui TUI library |
| homepage | https://github.com/TIVerse/tuxtui |
| repository | https://github.com/TIVerse/tuxtui |
| max_upload_size | |
| id | 1888470 |
| size | 31,171 |
Procedural macros for the tuxtui Terminal UI library.
This crate provides procedural macros to enhance the developer experience when using tuxtui. It includes derive macros and function-like macros for common patterns in TUI development.
Add this to your Cargo.toml:
[dependencies]
tuxtui-macros = "0.1"
Or use the main tuxtui crate with the macros feature:
[dependencies]
tuxtui = { version = "0.1", features = ["macros"] }
For detailed documentation, see docs.rs/tuxtui-macros.
MIT - See LICENSE for details.