This is an automated email from the ASF dual-hosted git repository. mgrigorov pushed a commit to branch split-schema-rs in repository https://gitbox.apache.org/repos/asf/avro-rs.git
commit a4af725f35fceb3e35cc639d42b69a93b212058b Author: Martin Tzvetanov Grigorov <[email protected]> AuthorDate: Sat Jan 17 00:03:49 2026 +0200 First step to start extracting parts of schema.rs into smaller files Signed-off-by: Martin Tzvetanov Grigorov <[email protected]> --- avro/src/{schema.rs => schema/mod.rs} | 0 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/avro/src/schema.rs b/avro/src/schema/mod.rs similarity index 100% rename from avro/src/schema.rs rename to avro/src/schema/mod.rs
