treeflection
Data reflection library
A Rust library that enables pseudo-reflection of complex data structures by executing commands on a tree-like representation
A rust library that provides pseudo-reflection for structs and enums
22 stars
3 watching
0 forks
Language: Rust
last commit: about 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
rukai/brawllib_rs | A Rust-based parser for brawl character files | 20 |
jsoysouvanh/refureku | A C++17 runtime reflection library for dynamic entity manipulation and metadata management in cross-platform applications. | 225 |
danielpclark/rutie | An integration library between Ruby and Rust. | 961 |
gwihlidal/render-rs | A collection of Rust crates providing rendering abstractions. | 30 |
skarupke/reflection | A C++ library providing metadata inspection and manipulation capabilities at runtime. | 30 |
celtoys/clreflect | A C++ library that enables dynamic reflection and metadata management using Clang's compiler infrastructure | 275 |
sciruby/daru | A Ruby library for data analysis and manipulation, providing intuitive APIs and tools for data visualization, statistics, and more. | 1,042 |
ekmett/reflection | Provides a way to represent and manipulate arbitrary Haskell code structure using a reflection mechanism | 102 |
orium/rpds | A Rust implementation of persistent data structures with structural sharing | 1,261 |
d-unsed/ruru | A library that allows rewriting Ruby applications in Rust by generating native extensions. | 835 |
rkyv/rend | Provides cross-platform, endian-aware data structures and utilities for Rust programming | 32 |
roave/betterreflection | A reflection API designed to improve and extend the capabilities of PHP's native reflection mechanism | 1,195 |
qlibs/reflect | A C++20 static reflection library providing minimal API for introspection and manipulation of objects at compile-time | 318 |
reflectionmagic/reflectionmagic | A C# library to simplify private reflection code using dynamic properties. | 334 |
manu343726/tinyrefl | A minimal C++ static reflection API and codegen tool for generating macro-based APIs | 257 |