jdarais commented on code in PR #139:
URL: https://github.com/apache/avro-rs/pull/139#discussion_r1982854500


##########
avro/src/de.rs:
##########
@@ -55,6 +55,11 @@ pub struct EnumDeserializer<'de> {
     input: &'de [(String, Value)],
 }
 
+struct UnionDeserializer<'de> {

Review Comment:
   That's a good call.  I've added some rustdoc in the areas you pointed out.  
Let me know if you'd like me to add more detail.
   
   Thanks for adding those additional tests and cleanup, btw.



-- 
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]

Reply via email to