rayokota opened a new pull request, #104: URL: https://github.com/apache/avro-rs/pull/104
Add a new method `Schema::parse_str_with_list` that can parse a root schema along with a list of named schemas. This method can be used to parse a root union that has named schema references, for example. This new method combines the functionality of `Schema::parse_str` with `Schema::parse_list`. -- 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: dev-unsubscr...@avro.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org