rebound 0.4.4

Full runtime reflection for Rust, with lifetime safety
Documentation
[dependencies.craft-eraser]
version = "0.3.0"

[dependencies.hashbrown]
version = "0.12"

[dependencies.impl-trait-for-tuples]
version = "0.2"

[dependencies.once_cell]
version = "1.8"

[dependencies.paste]
version = "1.0"

[dependencies.rebound-proc]
version = "0.4.0"

[dev-dependencies.trybuild]
version = "^1.0"

[features]
all-crates = ["core", "alloc", "std"]
all-features = ["never-type"]
alloc = ["core"]
core = []
default = ["core", "alloc", "std"]
never-type = []
std = ["core", "alloc"]

[package]
authors = ["Rune Tynan <runetynan@gmail.com>"]
categories = ["memory-management"]
description = "Full runtime reflection for Rust, with lifetime safety"
documentation = "https://docs.rs/rebound"
edition = "2021"
keywords = ["reflection", "reflect", "no_std"]
license = "MIT/Apache-2.0"
name = "rebound"
readme = "README.md"
repository = "https://github.com/CraftSpider/rebound"
version = "0.4.4"