{"id":16613019,"url":"https://github.com/craftspider/rebound","last_synced_at":"2025-03-23T14:31:14.969Z","repository":{"id":45633714,"uuid":"318678189","full_name":"CraftSpider/rebound","owner":"CraftSpider","description":"Rust Runtime Reflection","archived":false,"fork":false,"pushed_at":"2023-06-26T17:22:04.000Z","size":385,"stargazers_count":10,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-14T21:37:13.875Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CraftSpider.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-12-05T01:46:15.000Z","updated_at":"2024-11-04T03:02:34.000Z","dependencies_parsed_at":"2024-10-28T16:21:05.804Z","dependency_job_id":"48aeef71-4a04-4c1d-b8fd-214d706bab6e","html_url":"https://github.com/CraftSpider/rebound","commit_stats":{"total_commits":116,"total_committers":2,"mean_commits":58.0,"dds":"0.017241379310344862","last_synced_commit":"5dcf1f9be463e2631e0e1174c627e8302fd7ef0c"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CraftSpider%2Frebound","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CraftSpider%2Frebound/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CraftSpider%2Frebound/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CraftSpider%2Frebound/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CraftSpider","download_url":"https://codeload.github.com/CraftSpider/rebound/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245115777,"owners_count":20563234,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-12T01:45:45.553Z","updated_at":"2025-03-23T14:31:14.463Z","avatar_url":"https://github.com/CraftSpider.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Rebound\n\n[![crates.io](https://img.shields.io/crates/v/rebound.svg)](https://crates.io/crates/rebound)\n[![Documentation](https://docs.rs/rebound/badge.svg)](https://docs.rs/rebound)\n[![MIT/Apache-2 licensed](https://img.shields.io/crates/l/rebound.svg)](./LICENSE-APACHE)\n\nA powerful, lifetime-safe runtime reflection system for Rust. **Heavily WIP, requires nightly**\n\n## Goals\n\nRebound aims to provide high-power runtime reflection. This includes two main features:\n\n- Reflect as much as possible. This means rebound is willing to trade some performance, code size, or simplicity\n  in the name of increased power.\n- Follow Rust's lifetime and memory safety guarantees. As long as you are using the safe API,\n  rebound should never cause segfaults or any other data race.\n  \n## Features\n\nRebound currently provides these features:\n\n- A `#[rebound]` proc macro, which can be applied to any item rebound supports reflecting\n- Support for these items\n  - Structs\n  - Enums\n  - Unions\n  - All three kinds of generics\n  - Impl Blocks\n- Support for these things is being worked on / considered\n  - Traits\n  - Top-level Functions\n  - Statics\n  - Consts\n- The `Value` type, an untyped smart pointer with lifetime safety.\n- Reflection of all primitive types, including the `!` type\n- Reflection of the `core` and `std` builtin libraries, with feature-gates\n\n## License\n\nLicensed under either of\n\n- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://apache.org/licenses/LICENSE-2.0)\n- MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)\n\n### Contribution\n\nUnless you explicitly state otherwise, any contribution intentionally submitted\nfor inclusion in the work by you, as defined in the Apache-2.0 license, shall\nbe dual licensed as above, without any additional terms or conditions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcraftspider%2Frebound","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcraftspider%2Frebound","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcraftspider%2Frebound/lists"}