Kriskras99 opened a new issue, #492:
URL: https://github.com/apache/avro-rs/issues/492
`SchemaNameValidator`, `SchemaNamespaceValidator`, `EnumSymbolNameValidator`
and `RecordFieldNameValidator` all include a `regex` function:
```rust
fn regex(&self) -> &'static Regex {
...
}
```
What's the usecase for this? The `validate` functions cover all usecases I
can think of.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]