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

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

commit d0c93a3f0c1e49eddd385cbccce4035167e46c4f
Author: Martin Grigorov <[email protected]>
AuthorDate: Fri Feb 20 11:06:16 2026 +0200

    chore: Rename reader.rs to reader/mod.rs (#474)
    
    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