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 127aa7e5e543140933c6061d6df0587cf07e7f01 Author: Kriskras99 <[email protected]> AuthorDate: Tue Mar 3 15:10:58 2026 +0100 chore: Make `writer` module a directory module (#497) --- avro/src/{writer.rs => writer/mod.rs} | 0 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/avro/src/writer.rs b/avro/src/writer/mod.rs similarity index 100% rename from avro/src/writer.rs rename to avro/src/writer/mod.rs
