Kriskras99 opened a new pull request, #328: URL: https://github.com/apache/avro-rs/pull/328
This moves the resolving error to the place where it should happen and simplifies `Writer` functions. This is a breaking change, as the builder now returns a `AvroResult`. The actual relevant code is in the first 400 lines of `avro/src/writer.rs`. All other changes are adding `?` or `.unwrap()` to test code. -- 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]
