axmac 0.1.1

Readable indexing macros for 1-4 dimensional data structures
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "axmac"
version = "0.1.1"
edition = "2021"
description = "Readable indexing macros for 1-4 dimensional data structures"
license = "MIT OR Apache-2.0"
authors = [
    "Taennan taennan@zohomail.com"
]
repository = "https://github.com/taennan/axmac"

exclude = [".idea", ".git", ".gitignore", "CHANGELOG.md"]

keywords = ["multidimensional", "macros"]
categories = ["no-std", "rust-patterns"]