Crate debugExperimental[src]
Debugging utilities for Rust programs
This crate is intended to provide useful functionality when debugging programs, such as reflection for printing values. This crate is currently entirely experimental as its makeup will likely change over time. Additionally, it is not guaranteed that functionality such as reflection will persist into the future.
Modules
| fmt | Implementation of the |
| reflect | Runtime type reflection |
| repr | More runtime type reflection |