Commits


Martin Grigorov authored and GitHub committed 8d0e53c3781
AVRO-3452: Implement custom deserialization for Name that employs the special parsing of name and namespace (#1615) * AVRO-3452: Implement custom deserialization for Name that employs the special parsing of name and namespace Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org> * AVRO-3452: Move the use/import of serde::de::Error in a higher scope so that it could be used for .map_err() call too Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>