butte-rs / butte

72 stars 8 forks source link

Convert namespace to snake_case, fixes issue #50 #56

Closed reyk closed 4 years ago

reyk commented 4 years ago

This allows to use existing .fbs definitions that follow the official style of using UpperCamelCase for namespaces. Existing lower-case or snake_case namespaces are still supported with this PR.

See #50

lovesegfault commented 4 years ago

@reyk Please rebase and force push so the CI re-runs; I fixed it in master :)

cpcloud commented 4 years ago

Thanks for the fix @reyk!