vex-macros

Crates.iovex-macros
lib.rsvex-macros
version0.1.4
created_at2025-12-14 21:52:48.534284+00
updated_at2025-12-20 03:44:41.062946+00
descriptionProcedural macros for the VEX protocol
homepage
repositoryhttps://github.com/provnai/vex
max_upload_size
id1985154
size10,305
0xQ (bulltickr)

documentation

README

vex-macros

Procedural macros for the VEX Protocol.

Features

  • Derive Macros - Automatic trait implementations
  • Attribute Macros - Declarative agent configuration

Installation

[dependencies]
vex-macros = "0.1"

Quick Start

use vex_macros::Agent;

#[derive(Agent)]
struct MyAgent {
    name: String,
    state: AgentState,
}

License

MIT License - see LICENSE for details.

Commit count: 0

cargo fmt