| Crates.io | stratagem-macros |
| lib.rs | stratagem-macros |
| version | 0.1.0 |
| created_at | 2025-03-28 23:01:07.651037+00 |
| updated_at | 2025-03-28 23:01:07.651037+00 |
| description | Provides a derive macro for automatically implementing the Commander trait, simplifying command-based state management with undo/redo support. |
| homepage | |
| repository | https://github.com/ezrasingh/stratagem |
| max_upload_size | |
| id | 1610653 |
| size | 16,119 |
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.