Access serde attributes with reflection
Open
A-Reflection
C-Feature
S-Needs-Design
X-Uncontroversial
- Dominant language
- Rust
- Stars
- 48.2k
- Forks
- 4.8k
- Avg merge
- 3d 22h
- Merged PRs (30d)
- 161
Description
## What problem does this solve or what need does it fill?
Currently there is no way to know from type registration if given type does not have changed name of field, skiping serialization or providing default value if no field is present.
## What solution would you like?
Could it be possible to build and store that information on build time for registered types?
Contributor guide
Assessment
This issue has not been assessed yet.