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

mgrigorov pushed a commit to branch split-reader-into-modules
in repository https://gitbox.apache.org/repos/asf/avro-rs.git

commit ed87bb16d67e084904d42f58a1fcf500ade0cc22
Author: Martin Tzvetanov Grigorov <[email protected]>
AuthorDate: Fri Feb 20 10:58:57 2026 +0200

    chore: Rename reader.rs to reader/mod.rs
    
    This is a preparation for extracting the reader related structs into
    their own modules
    
    No API breaks!
---
 avro/src/{reader.rs => reader/mod.rs} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/avro/src/reader.rs b/avro/src/reader/mod.rs
similarity index 100%
rename from avro/src/reader.rs
rename to avro/src/reader/mod.rs

Reply via email to