evolve-derive 0.1.0

Proc-macro crate for the evolve genetic algorithm framework — provides the grammar! macro
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "evolve-derive"
version = "0.1.0"
edition = "2024"
authors = ["Michael du Plessis"]
description = "Proc-macro crate for the evolve genetic algorithm framework — provides the grammar! macro"
license = "MIT"
repository = "https://github.com/MichaelDuPlessis/evolve"
keywords = ["genetic-algorithm", "ge", "ga", "macro", "grammar"]
categories = ["artificial-intelligence", "algorithms"]

[lib]
proc-macro = true

[dependencies]
proc-macro2 = "1"
quote = "1"
syn = { version = "2", features = ["full"] }