Shopify / protoboeuf

Experimenting with a protobuf implementation
MIT License
24 stars 2 forks source link

Support field names that are Ruby keywords #84

Closed tenderworks closed 3 months ago

tenderworks commented 3 months ago

This commit adds support for field names that are also Ruby keywords. For example, you can have a proto message with a field named end and we need to support that

Fixes: #83