| Crates.io | vex-macros |
| lib.rs | vex-macros |
| version | 0.1.4 |
| created_at | 2025-12-14 21:52:48.534284+00 |
| updated_at | 2025-12-20 03:44:41.062946+00 |
| description | Procedural macros for the VEX protocol |
| homepage | |
| repository | https://github.com/provnai/vex |
| max_upload_size | |
| id | 1985154 |
| size | 10,305 |
Procedural macros for the VEX Protocol.
[dependencies]
vex-macros = "0.1"
use vex_macros::Agent;
#[derive(Agent)]
struct MyAgent {
name: String,
state: AgentState,
}
MIT License - see LICENSE for details.