flavray / avro-rs

Avro client library implementation in Rust
MIT License
169 stars 95 forks source link

Validate Enum values #179

Closed lockwobr closed 3 years ago

lockwobr commented 3 years ago

Schema validation does not apply the [A-Za-z_][A-Za-z0-9_]* or All symbols in an enum must be unique; duplicates are prohibited from the spec.