Changes Swift enum variants to be expressed in camelCase, rather than Rust's UpperCamelCase. Addresses #10
Test Plan
Swift tests are passing. It would be nice to have better testing in general on the generated code, as the coverage for a change like this is very small (as you can see in the test structure, it was a single character change), but I didn't want to try to write new tests unprompted, given how complicated the current testing setup appears to be.
Summary
Changes Swift enum variants to be expressed in camelCase, rather than Rust's UpperCamelCase. Addresses #10
Test Plan
Swift tests are passing. It would be nice to have better testing in general on the generated code, as the coverage for a change like this is very small (as you can see in the test structure, it was a single character change), but I didn't want to try to write new tests unprompted, given how complicated the current testing setup appears to be.