Kriskras99 commented on PR #246: URL: https://github.com/apache/avro-rs/pull/246#issuecomment-3189597052
Nice, congrats! I do question if `Schema::parse_str` and some other functions really need to be async, as they don't do any IO? `Schema::parse_str` is only async because `Parser::parse` is async, but that is async because it recursively depends on itself (I think?). Anyway, really nice work! -- 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]
