garyanaplan opened a new pull request #377:
URL: https://github.com/apache/arrow-rs/pull/377
Initial work to implement some basic traits and illustrate the direction of
travel
# Which issue does this PR close?
closes #376
# Rationale for this change
Illustrating direction of travel. Open Questions:
- Should I put this into a separate module or is it ok in utils.rs?
- Would it be better to replace Vec<u8> with NewTypes (such as IpcMessage
that I added to the src/utils.rs)
- Should I work on hiding some of the raw generated code?
# What changes are included in this PR?
Illustrates what kind of work I'm doing before I go too far in the wrong
direction
# Are there any user-facing changes?
Deprecation warnings...
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]