This is an automated email from the ASF dual-hosted git repository.
mgrigorov 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 4fd7c2c chore: Rename reader.rs to reader/mod.rs (#474)
4fd7c2c is described below
commit 4fd7c2c486a43fc6ff5d360d098e8b5db785d025
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