martin-g opened a new pull request, #472: URL: https://github.com/apache/avro-rs/pull/472
Instead of having several methods like: `Schema::array(Schema)` and `Schema::array_with_attributes(Schema, BTreeMap)` we could use Bon's function builders with start_fn: ``` Schema::array(Schema).call() Schema::array(Schema).attributes(BTreeMap).call() ``` The only annoying part is the `.call()` -- 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]
