This is an automated email from the ASF dual-hosted git repository.

kriskras99 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/avro-rs.git


The following commit(s) were added to refs/heads/main by this push:
     new 10fafe4  First step to start extracting parts of schema.rs into 
smaller files (#405)
10fafe4 is described below

commit 10fafe4e1ffd1eed997636ba0667490e618d1eb4
Author: Martin Grigorov <[email protected]>
AuthorDate: Sat Jan 17 09:01:00 2026 +0200

    First step to start extracting parts of schema.rs into smaller files (#405)
    
    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

Reply via email to