This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a change to branch avro-3900-custom-name-validators
in repository https://gitbox.apache.org/repos/asf/avro.git
from bc9fbbca5 AVRO-3900: Add validator trait for enum symbol names
add 46a24d139 AVRO-3900: Introduce validator for RecordField's name
add 8446e074d AVRO-3900: Extract the custom validators tests as IT tests
No new revisions were added by this update.
Summary of changes:
lang/rust/avro/src/schema.rs | 18 ++----
lang/rust/avro/src/validator.rs | 121 ++++++++++++++++++------------------
lang/rust/avro/tests/validators.rs | 124 +++++++++++++++++++++++++++++++++++++
3 files changed, 192 insertions(+), 71 deletions(-)
create mode 100644 lang/rust/avro/tests/validators.rs