Translatable types
📄️ Simple correspondence
Here is a brief glance showing what the code generator can generate (non-exhaustive). Some rows have hyper-links
🗃️ Detailed types
10 items
📄️ Return Types & Exceptions
Suppose your function wants to return a String, then all these return types are supported:
📄️ Stream / Iterator
Introduction
📄️ Custom encoder/decoders
We can customize how a type is encoded and decoded.
📄️ Zero copy
By default, copies are avoided automatically when possible,
🗃️ External types
2 items