heroiclabs / nakama-rs

Apache License 2.0
69 stars 13 forks source link

Adapt code generation. Fix dangling "," after arrays, make structs cloneable #6

Closed marot closed 3 years ago

marot commented 3 years ago

Update the code generation based off of Nakama's master branch.

There was a dangling "," after arrays.

Structs are cloneable for ease of use (e.g. storing a clone of ApiWriteStorageObjectsRequest until ApiStorageObjectAck was received.