Kriskras99 opened a new pull request, #327: URL: https://github.com/apache/avro-rs/pull/327
I've made the items public, by making the `util` module public. Any items in there that should not be public have been marked `pub(crate)`. As `set_serde_human_readable` and `max_allocation_bytes` are now also available through the `util` path, I've deprecated them in the root of the crate. As you can't deprecate a re-export, I've done this by wrapping them in a function and deprecating that function. I've also updated the documentation of `set_serde_human_readable` and `max_allocation_bytes` to explain the return value and that it can be different than the user expects. -- 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]
