# Objective - Some types here were not constructible via reflection, and some were missing fairly obvious `Default` values. - Some types used `#[reflect_value]` for some unstated reason, making them opaque to reflection-based code. ## Solution - Add and reflect some `Default` impls, and stop using `#[reflect_value]`. |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
| README.md | ||