Custom code generation from serde-reflection
metadata
#145
Labels
enhancement
New feature or request
serde-reflection
metadata
#145
Current codegen for Swift, Kotlin and TypeScript relies on
serde-generate
. This works quite well, but has a few limitations/challenges:Option<T> and Result<T>
) - mostly because discovering a generic type with serde is non-trivial and probably not exactly reliableThe text was updated successfully, but these errors were encountered: