You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 15, 2022. It is now read-only.
For the vast majority of user-defined types Describe should be easy to implement via a proc-macro derive. It should be simple to implement.
As a first pass, we should focus on just directly describing the type directly as written in the source code. Support for #[serde] macro attributes can be added in a future pass.