martin-g commented on PR #246: URL: https://github.com/apache/avro-rs/pull/246#issuecomment-3187493988
Woot! The build and tests pass for both sync and async! TODO: - fix the WASM demo - optimize the new dependencies features (use only the ones we actually need) - see whether the newly introduced `.clone()`s can be reverted to borrowings again, e.g. in ResolvedSchema - decide what to do with Synca. At the moment I use a fork with some improvements (replacement of use/imports, removal of Box::pin(...).async). There is no feedback from the original author about the proposed changes but I have no added unit tests too :-/. Also we can add cargo features for the new functionality (replace `use` and remove `Box::pin()`) - ... -- 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]
