typed_grid_macro 0.1.4

Macro generator for typed grid navigation
Documentation
[dependencies.itertools]
version = "0.14"

[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.syn]
version = "2"

[lib]
name = "typed_grid_macro"
path = "src/lib.rs"
proc-macro = true

[package]
authors = ["Tomislav Grospić <grospic@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Macro generator for typed grid navigation"
edition = "2024"
homepage = "https://github.com/tgrospic/typed-grid-rs"
license = "MIT"
name = "typed_grid_macro"
readme = "README.md"
repository = "https://github.com/tgrospic/typed-grid-rs.git"
resolver = "2"
rust-version = "1.85"
version = "0.1.4"