typeshare
typeshare copied to clipboard
Allow manual type exports
Inspired by a feature ts-rs has, allowing you to manually export types by calling ::export(...) on them.
Currently, Typeshare can't export types that are generated by macros (maybe that deserves its own issue?), so this would be one workaround for that problem.
Also very interested in this because or the macro problem.