Crates.io | rebound |
lib.rs | rebound |
version | 0.4.4 |
source | src |
created_at | 2020-12-05 03:46:43.933157 |
updated_at | 2022-09-06 16:50:05.927149 |
description | Full runtime reflection for Rust, with lifetime safety |
homepage | |
repository | https://github.com/CraftSpider/rebound |
max_upload_size | |
id | 319798 |
size | 152,887 |
A powerful, lifetime-safe runtime reflection system for Rust. Heavily WIP, requires nightly
Rebound aims to provide high-power runtime reflection. This includes two main features:
Rebound currently provides these features:
#[rebound]
proc macro, which can be applied to any item rebound supports reflectingValue
type, an untyped smart pointer with lifetime safety.!
typecore
and std
builtin libraries, with feature-gatesLicensed under either of
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.