structible 0.3.0

A macro for defining virtual structs backed by maps
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "structible"
edition = "2024"
description = "A macro for defining virtual structs backed by maps"
license.workspace = true
repository.workspace = true
version.workspace = true
keywords = ["proc-macro", "struct", "map", "hashmap", "derive"]
categories = ["rust-patterns", "data-structures"]

[dependencies]
structible-macros = { version = "0.3.0", path = "../structible-macros" }