Skip to content

Use syn::parse_str() and get rid of terrible type representation code

Legoktm requested to merge less-types-more-syn into main

Instead of trying to represent Rust types in JSON poorly, just keep them as strings and use the magical syn::parse_str::syn::Type()!

Merge request reports