martin-g opened a new pull request, #405: URL: https://github.com/apache/avro-rs/pull/405
avro/src/schema.rs is almost 8000 lines. It is time to split it into smaller files. For example we could extract the Parser related code into src/schema/parser.rs, the UnionSchema related code (+ tests) to src/schema/union.rs, etc. This is the first step: move src/schema.rs to src/schema/mod.rs. No other changes! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
