Plurrrr

Thu 15 Dec 2022

Native Reflection in Rust

Today, I’m releasing deflect, an implementation of reflection for Rust. Deflect can be used to recover the concrete types of trait objects, inspect the internal state of async generators, pretty-print arbitrary data, and much more.

Source: Native Reflection in Rust, an article by Jack Wrenn.