struct_as_array 0.1.0

A Rust library that allows you to represent the structure as an array
Documentation
[dependencies.quote]
version = "0.2"

[dependencies.syn]
version = "0.8"

[lib]
proc-macro = true

[package]
authors = ["Nikita <nikitamuraviev10@yandex.ru>"]
categories = ["no-std", "proc-macro"]
description = "A Rust library that allows you to represent the structure as an array"
documentation = "https://github.com/Nikitamuraviev10/struct_as_array.git"
edition = "2021"
homepage = "https://github.com/Nikitamuraviev10/struct_as_array.git"
keywords = ["derive", "struct", "array", "iterator"]
license = "MIT"
name = "struct_as_array"
readme = "README.md"
repository = "https://github.com/Nikitamuraviev10/struct_as_array.git"
version = "0.1.0"