rebound 0.2.0

Full runtime reflection for Rust, with lifetime safety
Documentation
[dependencies.paste]
version = "1.0"

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

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

[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 = "2018"
keywords = ["reflection", "reflect", "no_std"]
license = "MIT/Apache-2.0"
name = "rebound"
readme = "README.md"
repository = "https://github.com/CraftSpider/rebound"
version = "0.2.0"