[dependencies.fromsuper_macros]
version = "0.1.0"
[dev-dependencies.anyhow]
version = "1"
[package]
authors = ["Christoph Döpmann <dev@christoph.berlin>"]
categories = ["data-structures", "development-tools", "rust-patterns"]
description = "Macro helpers to derive new sub-structs from existing super-structs, potentially unpacking Options."
documentation = "https://docs.rs/fromsuper"
edition = "2021"
homepage = "https://github.com/cdoepmann/fromsuper"
keywords = ["substructs", "superstructs", "unpacking", "macros", "proc-macros"]
license = "MIT OR Apache-2.0"
name = "fromsuper"
readme = "README.md"
repository = "https://github.com/cdoepmann/fromsuper"
resolver = "1"
version = "0.1.0"