stratagem-macros

Crates.iostratagem-macros
lib.rsstratagem-macros
version0.1.0
created_at2025-03-28 23:01:07.651037+00
updated_at2025-03-28 23:01:07.651037+00
descriptionProvides a derive macro for automatically implementing the Commander trait, simplifying command-based state management with undo/redo support.
homepage
repositoryhttps://github.com/ezrasingh/stratagem
max_upload_size
id1610653
size16,119
Ezra Singh (ezrasingh)

documentation

README

Stratagem Macros

A companion crate for Stratagem that provides a derive macro for automatically implementing the Commander trait. It simplifies the process of defining command-based state management by generating the necessary boilerplate, making it easier to integrate undo/redo functionality in no_std environments.

Commit count: 35

cargo fmt