inkeliz / karmem

Karmem is a fast binary serialization format, faster than Google Flatbuffers and optimized for TinyGo and WASM.
BSD 3-Clause "New" or "Revised" License
654 stars 27 forks source link

Option to generate language-specific features (such as getter/setter) #57

Open inkeliz opened 2 years ago

inkeliz commented 2 years ago

Some languages have different features, such as getter/setter. In those cases, we can take advantage of that and make the generated code closer to the native language.

That should be opt-in and optional.