tuxtui-macros

Crates.iotuxtui-macros
lib.rstuxtui-macros
version0.1.0
created_at2025-10-17 21:38:50.912169+00
updated_at2025-10-17 21:38:50.912169+00
descriptionProcedural macros for tuxtui TUI library
homepagehttps://github.com/TIVerse/tuxtui
repositoryhttps://github.com/TIVerse/tuxtui
max_upload_size
id1888470
size31,171
Eshan Roy (eshanized)

documentation

https://docs.rs/tuxtui

README

tuxtui-macros

Procedural macros for the tuxtui Terminal UI library.

Overview

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.

Features

  • Derive macros for widget state management
  • Helper macros for reducing boilerplate
  • Code generation for common TUI patterns

Usage

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"] }

Documentation

For detailed documentation, see docs.rs/tuxtui-macros.

License

MIT - See LICENSE for details.

Repository

https://github.com/TIVerse/tuxtui

Commit count: 0

cargo fmt